hi,

i'm trying to follow tim's hint :

When you run your application (or do debug) from pycharm, the default 
configuration should launch python web2py.py
If it doesn't do this, pycharm has not detected that you are using web2py. 
Exit pycharm and delete any .idea folders, which may contain settings from 
pycharm 2.

1. it doesn't run python web2py.py when i run the application.
e.g.
right click applications/test/controllers/default.py 
and then click run 'default'

i must run the web2py.py first on Web2py Library

2. it seems pycharm can't import the module i created (tested for run and 
debug in pycharm). how can i achieve it (import my own module on pycharm 
that works fine on web2py default folder)?

3. and another things, test the new application from scratch, it seems the 
cache cause an error.
e.g.
NameError: name 'cache' is not defined
how to fix it?

tested in pycharm 3.0.2 on windows 7 32 bit with web2py source

thanks and best regards,
stifan

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to