your setup is seriously messed up (it happens, more likely on windows than 
linux but it happens)..... you're starting python2.7 and getting an 
exception from "c:\csvn\python25" .... check your %PATH% .... or learn to 
use virtualenv ^_^'

On Tuesday, July 15, 2014 7:19:57 AM UTC+2, sasogeek wrote:
>
> I keep getting this error when I try running the web2py.py script from 
> PyCharm.
> DLL load failed: %1 is not a valid Win32 application.
>
> I need help getting it to run. Here's the full traceback.
> C:\Python27\python.exe 
> E:/Users/Samuel/Downloads/web2py_src/web2py/web2py.py
> No handlers could be found for logger "web2py"
> Traceback (most recent call last):
>   File "E:/Users/Samuel/Downloads/web2py_src/web2py/web2py.py", line 19, 
> in <module>
>     import gluon.widget
>   File "E:\Users\Samuel\Downloads\web2py_src\web2py\gluon\__init__.py", 
> line 15, in <module>
>     from globals import current
>   File "E:\Users\Samuel\Downloads\web2py_src\web2py\gluon\globals.py", 
> line 18, in <module>
>     from gluon.streamer import streamer, stream_file_or_304_or_206, 
> DEFAULT_CHUNK_SIZE
>   File "E:\Users\Samuel\Downloads\web2py_src\web2py\gluon\streamer.py", 
> line 15, in <module>
>     import rewrite
>   File "E:\Users\Samuel\Downloads\web2py_src\web2py\gluon\rewrite.py", 
> line 24, in <module>
>     import urllib
>   File "C:\csvn\Python25\lib\urllib.py", line 26, in <module>
>     import socket
>   File "C:\csvn\Python25\lib\socket.py", line 47, in <module>
>     import _socket
> ImportError: DLL load failed: %1 is not a valid Win32 application.
>
>
>
> On Monday, 14 July 2014 14:05:15 UTC, Jim S wrote:
>>
>> PyCharm - paid version has web2py integration.
>>
>> -Jim
>>
>> On Monday, July 14, 2014 7:35:43 AM UTC-5, sasogeek wrote:
>>>
>>> Are there any alternative IDEs for web2py?
>>> I'm in search of an IDE for web2py that can help me find methods and 
>>> variables easily. for example autocomplete options to choose from after 
>>> using a dot operator? the default browser ide lacks quite a number of 
>>> things in making programming easy. Web2py in itself I believe makes 
>>> developing applications really really easy, but I believe writing the code 
>>> should be just as easy the development process itself... if you get what I 
>>> mean.
>>>
>>

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to