This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 162006

Summary: org.netbeans.modules.python.api.PythonException: Could not discover Python properties
Product: python Reporter: danielsimonjr <danielsimonjr>
Component: PlatformAssignee: Lou Dasaro <mr_lou_d>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=145059
Issue Type: DEFECT Exception Reporter: 145059
Attachments: stacktrace

Description danielsimonjr 2009-04-06 02:25:33 UTC
Build: NetBeans IDE Dev (Build 200904011705)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
GUEST: First launch, Frist project (the multi thread example)

I was opening PyThreads.py file.

mchl: Open 'Python Platform Manager' when creating new Python project

GUEST: Starting netbeans for the first time.



Stacktrace: 
org.netbeans.modules.python.api.PythonException: Could not discover Python properties
        at org.netbeans.modules.python.api.PythonPlatformManager.findPlatformProperties(PythonPlatformManager.java:387)
        at org.netbeans.modules.python.api.PythonPlatformManager.autoDetect(PythonPlatformManager.java:426)
        at org.netbeans.modules.python.api.PythonPlatformManager$1.run(PythonPlatformManager.java:182)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:573)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1005)
Comment 1 danielsimonjr 2009-04-06 02:25:43 UTC
Created attachment 79497 [details]
stacktrace
Comment 2 Lou Dasaro 2015-04-09 20:42:26 UTC

*** This bug has been marked as a duplicate of bug 156347 ***