Re: Loading a module from a subdirectory

2015-01-23 Thread Automn
On 2014-03-10, Virgil Stokes v...@it.uu.se wrote: This is a multi-part message in MIME format. --030903060901020503030004 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I have the following folder-file structure:

Re: Loading a module from a subdirectory

2015-01-23 Thread Ian Kelly
On Fri, Jan 23, 2015 at 11:23 AM, Automn aut...@willow.org wrote: On 2014-03-10, Virgil Stokes v...@it.uu.se wrote: [SNIP] I don't think you understand what Mr. Otten said, it is not undefined behaviour, maybe you could demangle your import statement. The post you're replying to is 10

Re: Loading a module from a subdirectory

2014-03-10 Thread Virgil Stokes
On 10-Mar-14 21:31, Virgil Stokes wrote: I have the following folder-file structure: C:/PythonCode/VideoPlayerSimulator/ +-- __init__.py (empty file) +-- GlbVars.py (contains the single class Glb)

Loading a module from a subdirectory

2014-03-10 Thread Virgil Stokes
I have the following folder-file structure: C:/PythonCode/VideoPlayerSimulator/ +-- __init__.py (empty file) +-- GlbVars.py (contains the single class Glb) C:/PythonCode/VideoPlayerSimulator/RubberBanding/

Re: Loading a module from a subdirectory

2014-03-10 Thread Peter Otten
Virgil Stokes wrote: I have the following folder-file structure: C:/PythonCode/VideoPlayerSimulator/ +-- __init__.py (empty file) +-- GlbVars.py (contains the single class Glb)