[web2py] Re: error in import pyserial

2011-09-11 Thread Massimo Di Pierro
If you are using the binary for windows than I do not know what is wrong. If you are suing the source distribution of web2py then you may be missing the win32 extensions and you need to install those separately. I never understood why they do not ship with Python. On Sep 11, 8:57 pm, Fabiano Faver

[web2py] Re: error in import pyserial

2011-09-11 Thread Fabiano Faver
i'm using admin interface. just tried a 'import serial' and copied pyserial from python site-packages to web2py site-packages

[web2py] Re: error in import pyserial

2011-09-11 Thread Massimo Di Pierro
If you are running from source you may need to install Mark Hammond win32 extensions. On Sep 11, 6:27 pm, Fabiano Faver wrote: > I'm dealing whit this exact issue now, i cant import pyserial. same thing > above, its not finding wintypes. and it seems that some manage to import it. > I'm willing t

Re: [web2py] Re: error in import pyserial

2011-09-11 Thread Fabiano Faver
I'm dealing whit this exact issue now, i cant import pyserial. same thing above, its not finding wintypes. and it seems that some manage to import it. I'm willing to control a external device with web2py through serial port.

Re: [web2py] Re: error in import pyserial

2010-05-07 Thread Jason Brower
I have never had to deal wtih python for windows. You may want to ask the python guys themselves, or the pyserial guys. If you have access to irc you can talk to them and they answer very quickly. Sorry I can't help you more there. BR, Jason On Thu, 2010-05-06 at 06:06 -0700, frankz wrote: > Pa

[web2py] Re: error in import pyserial

2010-05-06 Thread frankz
Paraneeth How does pyserial work for you? can you provide details? which platform? I tested on linux machine and confirmed pyserial works. Just curious how can it be done on windows. thanks, On May 6, 8:56 am, frankz wrote: > How can i fix this? for wintypes, i put the ctypes folder under site-

[web2py] Re: error in import pyserial

2010-05-06 Thread frankz
How can i fix this? for wintypes, i put the ctypes folder under site- packages, it doesn't make any change. Same thing after I put wintypes directly under site-packages. I also restart the web2py. Is there any generic way to import packages? like pyserial, it has a package name - pyserial-2.5-rc2,

Re: [web2py] Re: error in import pyserial

2010-05-05 Thread Praneeth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/06/2010 01:35 AM, mdipierro wrote: > You may need mark hammond win32 extensions > Further I can confirm that pyserial works in conjugation with web2py (Latest trunk included). - -- Praneeth > On May 5, 2:29 pm, frankz wrote: >> hi all, >> I w

[web2py] Re: error in import pyserial

2010-05-05 Thread mdipierro
You may need mark hammond win32 extensions On May 5, 2:29 pm, frankz wrote: > hi all, > I want to import pyserial  package. however, got an import error.  I > tried a really simple module and it imports just fine. I am not sure > which problem is it. > > thanks for help! > > Controller > ===