Page 1 of 1

Build binary 0.6.9

Posted: May 31st, 2012, 12:54 pm
by xorrox
Hi,

I'm trying to build the dist for windows 7

I install libs and run python package.py installer and get exe files

But when i run the exe, i get error :

Code: Select all

Exception in thread HTTPServer Thread-20:
Traceback (most recent call last):
  File "threading.pyo", line 552, in __bootstrap_inner
  File "threading.pyo", line 505, in run
  File "cherrypy\process\servers.pyo", line 75, in _start_http_thread
  File "cherrypy\wsgiserver\__init__.pyo", line 1636, in start
  File "cherrypy\wsgiserver\__init__.pyo", line 1674, in bind
ImportError: You must install pyOpenSSL to use HTTPS.

I install pyOpenSSL module

View the compile output
http://pastebin.com/kZRTfz2w


Thanks for help

Re: Build binary 0.6.9

Posted: May 31st, 2012, 2:51 pm
by shypike
Building binaries requires a complex and careful setup.
There's no real need, it's much easier to run from sources.
And why are you working with 0.6.9?

Re: Build binary 0.6.9

Posted: June 1st, 2012, 3:10 am
by xorrox
That was because i took it from github.

I will test with 0.7 beta and if it doesn't work, i will use source exec but i was interrested to do like 0.6.15 in a binary file, it's easy for install :)

Re: Build binary 0.6.9

Posted: June 1st, 2012, 3:28 am
by xorrox
Ok i see that in 0.7RC exe file is present so i m totally sorry for this messages...

Ty for answers and work ;)