Jorge, ... I posted a sample setup.py which works for me on Python 2.5.4 and Windows XP, using kinterbasdb via sqlalchemy, on the py2exe list (I assume Star...
Marius, marius adrian popa wrote: ... I see the error when I do "setup.py py2exe", however when I run the Python script in my IDE it runs without problem. As...
... I don't have the solution at hand right now, but the problem is that py2exe didn't detected some dynamically imported modules (typeconv_24plus.py in this...
... Thanks for letting me know. Just figured out that it was only when using kinterbasdb, so it had either to be FB or something kinterbasdb does. Now I just...
Pavel, ... Exactly, that is what the setup.py I attached in the previous email does. As I use sqlalchemy it is: packages = ['sqlalchemy.databases.firebird'] if...
... Attached a corrected version of the setup.py which works for me on Windows 7 with Py 2.5.4, SqlAlchemy 0.5.6, Kinterbasdb 0.3.3. The FB dependencies are in...
Hi, thanks a lot for your help. The Werner Gui2Exe script worked (is working). Thank you once again....
Jorge
starglider101@...
Nov 5, 2009 7:30 pm
252
Hi Werner, yes I'm Starglider in the Py2exe list but I try you script but didn't worked, since I was unable to solve the problem I try the list and the...
Jorge
starglider101@...
Nov 5, 2009 7:33 pm
253
... Add module typeconv_24plus to included modiles. My includes for exampl: [code] # -*- coding: utf-8 -*- #file: setup.py ... def build(): ... includes = [ ...
Dear Pavel, I'm a newbie to PowerConsole. I would appreciate very much if you could write a short user manual for PowerConsole. The installation was not too...
Hi Pavel, Thanks for reacting. I would like to use PowerConsole interactively. The documentation states that if I use the command RUN, I have to use an...
Hi Philippe, Pavel and others, I have read the manual - which describes the format for the command, but is not an actual example - and I have tried to apply...
... 1. RUN command executes commands stored in a file (or iterable like Python list, open file object, string etc.) as they were typed in console. You don't...
L.S., I guess something must have gone wrong during the installation. Things are not working the way you people are describing. Thanks so far. Regards,...
... The Syntax error you have got said it clearly, the command was typed wrong. From example you have written it seems that you have forgot to enclose user...
Dear Pavel, Well, I don't understand it anymore. I followed your suggestion and installed pwcfb and pwcfbqa. All the same, I only get to see this when I type...
... You need to upgrade PowerConsole to 0.7.5, use: easy_install -U -f http://ibphoenix.cz/pwc/download/ PowerConsole best regards Pavel Cisar IBPhoenix...
Hi Pavel, Thanks for the reply. I got the impression that 0.7.5 was still alpha but never mind. I installed it, but using -f caused errors, so I downloaded the...
... Once again, you have to enclose user name and password into apostrophes: CONNECT 'D:\USERDATA\data\REGDB.fdb' user 'SYSDBA' password 'xxxxx' best regards ...
Hi Pavel, I think we're making progress, but I'm still getting errors - they refer to Python source files I cannot locate! I'm sending you a copy of my last...
Hi Pavel and friends, Yes, it's true. I had version 3.2 installed. I guess it came with version 0.7 of PowerConsole. May I suggest that this page be updated: ...