Hi,
I'd like to split my py file in different files, each containing a class.
I created a file menu.py with a class called menu in the same dir as the main app file
then in the main file I wrote
but it gives me an importErrorPHP Code:import menu
I also tried
or putting menu.py in lib folder but it doesn't work.PHP Code:import menu.py
Can you help me?
I'm using an N95
thanks
Giuseppe

Reply With Quote

