![]() |
#6
|
|||
|
|||
It does not look like the autocomplete is set to work with paths added on the fly using the sys.path.insert command. It may work by adding to the PYTHONPATH environment variable.
If the module is in a directory above you could use the following code to import the module. I just tested and this worked for me with the autocomplete: Code:
# import module in directory above from .. import my_module # import module two directories above from ... import my_module |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
view_coliision module | bbb | Vizard | 2 | 08-24-2016 12:46 AM |
Could not locate _Vizcore module | Bhavesh | Vizard | 1 | 06-21-2016 01:48 AM |
vizinput module missing | whaleeee | Vizard | 1 | 02-05-2013 11:30 PM |
Exception in module vizjoy | fordprefect | Vizard | 2 | 12-03-2012 01:41 AM |
vhil module | vadrian | Vizard | 2 | 01-27-2005 11:52 AM |