google-code-export / ulipad

Automatically exported from code.google.com/p/ulipad
0 stars 0 forks source link

Problem with library path on WinXp #251

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. On toolbar of ulipad I click "Toggle Shell Pane"
2. On Shell I write : import sqlite3 and this print to mi:
>>> import sqlite3
Traceback (most recent call last):
  File "<input>", line 1, in <module>
ImportError: No module named sqlite3
3. Next I :
>>> import sys
>>> print sys.path
['C:\\Program Files\\UliPad\\packages', 'C:\\Program Files\\UliPad\\plugins', 
'C:\\Program Files\\UliPad\\modules', 'C:\\Program Files\\UliPad', 'C:\\Program 
Files\\UliPad\\lib\\sharedlib.zip']
>>> 

What is the expected output? What do you see instead?
In path is no c:\\python25\lib\site-package and other

What version of the product are you using? On what operating system?
WinXp sp2
Ulipad 4.0

Please provide any additional information below.

How to add to ulipad PYTHONPATH ?
Why Ulipad don't see PYTHONPATH of system setting ?

Original issue reported on code.google.com by zygfry...@gmail.com on 11 Jun 2010 at 9:02

GoogleCodeExporter commented 9 years ago
Maybe you should try source version.

Original comment by limo...@gmail.com on 12 Jun 2010 at 12:05

GoogleCodeExporter commented 9 years ago
On svn thrunk it's ok.

Thx

Original comment by zygfry...@gmail.com on 12 Jun 2010 at 9:17