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 - 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)
Summary: I have installed python in morning .Whenever i run python program console sho...
Status: NEW
Alias: None
Product: python
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: Lou Dasaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-11 09:43 UTC by netbeans.org
Modified: 2017-03-15 09:27 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (180.80 KB, text/plain)
2017-03-11 09:43 UTC, netbeans.org
Details

Note You need to log in before you can comment on or make changes to this bug.
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?