[Pythonmac-SIG] py2app - ImportError using pycrypto

2012-04-11 Thread Terry Simons
Hi, I'm using py2applet to build a tool that uses paramiko/pycrypto. Everything seems to build fine, but I get an error when launching my app that pycrypto's Crypto/Util/_counter.so object couldn't be found. It looks like the app is trying to load it from the OS installed Python, which I am a

Re: [Pythonmac-SIG] py2app - ImportError using pycrypto

2012-04-11 Thread Terry Simons
homebrew, self built, ...)? If you use the system python: which OSX release > do you use? > > Ronald > > On 11 Apr, 2012, at 10:51, Terry Simons wrote: > >> Hi, >> >> I'm using py2applet to build a tool that uses paramiko/pycrypto. >> >> Every

Re: [Pythonmac-SIG] py2app - ImportError using pycrypto

2012-04-12 Thread Terry Simons
he issue, and what are possible solutions other than hand-editing the __boot__.py? Thanks! - Terry On Apr 11, 2012, at 9:13 AM, Terry Simons wrote: > I'm using py2app 0.6.4 with the system python 2.7.1 on Mac OS X 10.7.3. > > - Terry > > On Apr 11, 2012, at 2:17 AM, Ron

Re: [Pythonmac-SIG] Good way for beginner to get started with Python?

2013-04-07 Thread Terry Simons
John, I highly recommend checking the following out (It's how I got into Python, and it kept me hooked): http://inventwithpython.com The Invent Your Own Computer Games with Python book is free web-based or pdf (or you can buy a print copy) and it starts out with terminal-based games that do not

Re: [Pythonmac-SIG] Good way for beginner to get started with Python?

2013-04-07 Thread Terry Simons
Second this. Also, Processing + Arduino makes an interesting combination, since you can make really simple GUIs that can talk to hardware to turn LEDs on and off, etc... And since the Processing and Arduino IDEs are very similar (They share the same codebase, somehow) the learning curve is really