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 270050

Summary: I have installed python in morning .Whenever i run python program console shows an error as follows:Exception in thread "main" Traceback (most recent call last)
Product: python Reporter: netbeans.org
Component: DebuggerAssignee: Lou Dasaro <mr_lou_d>
Status: NEW ---    
Severity: normal CC: Jenselme
Priority: P1    
Version: 8.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description netbeans.org 2017-03-11 09:43:37 UTC
Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_111
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.111-b14

Reproducibility: Happens every time

STEPS:
  * Open dialog Foo
  * Click on button "Click me"

ACTUAL:
 Exception in thread "main" Traceback (most recent call last):
  File "C:\Users\windows\AppData\Roaming\NetBeans\8.1\jython-2.7.0\Lib\site.py", line 68, in <module>
    import os
  File "C:\Users\windows\AppData\Roaming\NetBeans\8.1\jython-2.7.0\Lib\os.py", line 64, in <module>
    import ntpath as path

EXPECTED:
  message pops u
Comment 1 netbeans.org 2017-03-11 09:43:55 UTC
Created attachment 163816 [details]
IDE log
Comment 2 Jenselme 2017-03-15 09:27:13 UTC
I don't seem to be able to reproduce on Windows 7 with a newly created ant project or an existing setuptools project. I tested with "basic" hello world project: the IDE will only print "hello world" in the console.

Can you give me more information on the project:
- Ant or setuptools
- what kind of library are you using (python stdlib, external packages, …)?

If this is a small sample project, can you attach it to this bug or put it somewhere so I can test with it?