Discussion:
[BitPim-devel] developers builds
Simon C
2006-03-14 07:34:26 UTC
Permalink
Roger,

How should the new build environment be used for developer test builds.
There is auto version code in the build script now, if I run it will it
update the version number automatically, how do I create a test build?

Also jarow has never worked for me, I have to rename jarowpy.py to jarow.py
to make it work.

Simon
Roger Binns
2006-03-14 08:18:42 UTC
Permalink
Post by Simon C
How should the new build environment be used for developer test builds.
Simon C
2006-03-14 08:46:17 UTC
Permalink
Roger Binns
2006-03-14 17:05:17 UTC
Permalink
Simon C
2006-03-16 10:33:16 UTC
Permalink
The good news is I have made a script that does all this
building for you. Run packaging/buildmodules.py
One tiny detail. The packaging directory does not appear in my branch. Tweek
required to the script. Otherwise it all works!!

Simon
Roger Binns
2006-03-16 16:51:33 UTC
Permalink
Post by Simon C
One tiny detail. The packaging directory does not appear in my branch. Tweek
required to the script. Otherwise it all works!!
You made the branch before the packaging directory existed.
Edit svn:externals on the top directory to include packaging
and then do an update.

Roger
Simon C
2006-03-17 02:39:20 UTC
Permalink
The windows build does not run correctly. It shows the splash screen, the
spash screen goes away and then nothing. The process remains in memory, has
to be killed with process manager.

Simon
Roger Binns
2006-03-17 03:52:46 UTC
Permalink
Post by Simon C
The windows build does not run correctly.
None of them will, because the phone modules are
not included. That is because they are loaded dynamically
and hence the packagers don't know about them. I hope
to have something this evening that will fix that.

Roger
Roger Binns
2006-03-17 08:53:48 UTC
Permalink
Post by Roger Binns
Post by Simon C
The windows build does not run correctly.
None of them will, because the phone modules are
not included. That is because they are loaded dynamically
and hence the packagers don't know about them. I hope
to have something this evening that will fix that.
Things are now working on all 3 platforms. It was a
challenging fight with sys.path, modules, packages and
modulefinders that are too smart for their own good,
but I won :-)

I do want to do some more testing to make sure it
works under all circumstances on the various platforms.
We should be able to do a build on Monday, but expect
it to take more than 24 hours to check.

Roger

Joe Pham
2006-03-17 02:51:44 UTC
Permalink
It shows the splash screen, the spash screen goes away and then
nothing
Try specifying 'debug' on the command line to see if it'd provide any more info:

bitpim.exe debug

-Joe Pham




_____________________________________________________________________
Call Anyone, Anytime, Anywhere in the World - FREE!
Free Internet calling from NetZero Voice
Visit http://www.netzerovoice.com today!
Simon C
2006-03-17 02:58:21 UTC
Permalink
Post by Joe Pham
Try specifying 'debug' on the command line to see if it'd
It does the same, there is no debug output, the process does not run within
the command window, where is stdout/stderr supposed to go?

Simon
Joe Pham
2006-03-17 03:10:25 UTC
Permalink
Post by Simon C
where is stdout/stderr supposed to go?
If you run with debug on, the log should be in the file 'bitpim.exe.log'

-Joe Pham




_____________________________________________________________________
Call Anyone, Anytime, Anywhere in the World - FREE!
Free Internet calling from NetZero Voice
Visit http://www.netzerovoice.com today!
Simon C
2006-03-17 03:20:01 UTC
Permalink
Post by Joe Pham
If you run with debug on, the log should be in the file
'bitpim.exe.log'
Looks like the phones are not being found in the release build.

Simon

Error in sys.excepthook:
Traceback (most recent call last):
File "gui.pyo", line 139, in __call__
File "gui.pyo", line 1724, in excepthook
File "gui.pyo", line 1733, in HandleException
AttributeError: 'NoneType' object has no attribute 'clearcomm'

Original exception was:
Traceback (most recent call last):
File "gui.pyo", line 394, in OnClose
File "gui.pyo", line 391, in goforit
File "gui.pyo", line 555, in makemainwindow
File "gui.pyo", line 867, in __init__
File "guiwidgets.pyo", line 640, in updatevariables
File "common.pyo", line 661, in importas
ImportError: No module named com_lgvx8100
Loading...