Search the web
Sign In
New User? Sign Up
firebird-python
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 242 - 271 of 271   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
242
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...
Werner F. Bruhin
wbruhin
Offline Send Email
Nov 5, 2009
9:53 am
243
... Maybe you need to install visual c++ redistributable dll (runtime) http://msdn.microsoft.com/en-us/library/8kche8ah(VS.80).aspx...
marius adrian popa
jimi_compot
Offline Send Email
Nov 5, 2009
10:05 am
244
... http://ibexpert.net/ibe/index.php?n=Doc.FB2MigrationSpecialTopics I guess this are the files needed to be installed on the system ...
marius adrian popa
jimi_compot
Offline Send Email
Nov 5, 2009
10:14 am
245
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...
Werner F. Bruhin
wbruhin
Offline Send Email
Nov 5, 2009
10:23 am
246
... 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...
Pavel Cisar
pcisar2000
Offline Send Email
Nov 5, 2009
10:32 am
247
... Firebird 2.1 client library needs the msvc80 runtimes. http://www.firebirdsql.org/rlsnotesh/install210.html#install2-win-mslibs Helen...
Helen Borrie
helebor
Offline Send Email
Nov 5, 2009
10:56 am
248
... 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...
Werner F. Bruhin
wbruhin
Offline Send Email
Nov 5, 2009
11:04 am
249
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...
Werner F. Bruhin
wbruhin
Offline Send Email
Nov 5, 2009
11:07 am
250
... 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...
Werner F. Bruhin
wbruhin
Offline Send Email
Nov 5, 2009
11:25 am
251
Hi, thanks a lot for your help. The Werner Gui2Exe script worked (is working). Thank you once again....
Jorge
starglider101@...
Send Email
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@...
Send Email
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 = [ ...
Alexandr N Zamaraev
tonal.promsoft
Offline Send Email
Nov 6, 2009
4:52 am
254
Hello everyone, I want to make a summary of the changes implemented in recent times about the project django-firebird: ...
Maximiliano Robaina
maxi_robaina
Offline Send Email
Nov 23, 2009
2:48 pm
255
On Mon, Nov 23, 2009 at 4:47 PM, Maximiliano Robaina < ... Added to firebirdnews , maybe we need to add it to django-users/developers lists too...
marius adrian popa
jimi_compot
Offline Send Email
Nov 23, 2009
4:58 pm
256
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...
dobedani
Offline Send Email
Dec 29, 2009
11:47 am
257
... The documentation at http://www.ibphoenix.cz/pwc/ is not enough? best regards Pavel Cisar...
Pavel Cisar
pcisar2000
Offline Send Email
Dec 29, 2009
12:05 pm
258
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...
dobedani
Offline Send Email
Dec 29, 2009
12:35 pm
259
... http://ibphoenix.cz/pwc/pwcfb/pwc-commands.html...
Philippe Makowski
tempo93fr
Offline Send Email
Dec 29, 2009
12:43 pm
260
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...
dobedani
Offline Send Email
Dec 29, 2009
1:18 pm
261
... 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...
Pavel Cisar
pcisar2000
Offline Send Email
Dec 29, 2009
1:33 pm
262
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,...
dobedani
Offline Send Email
Dec 29, 2009
2:21 pm
263
... 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...
Pavel Cisar
pcisar2000
Offline Send Email
Dec 29, 2009
2:42 pm
264
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...
dobedani
Offline Send Email
Dec 29, 2009
4:14 pm
265
... 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...
Pavel Cisar
pcisar2000
Offline Send Email
Dec 29, 2009
5:24 pm
266
... Maybe CONNECT 'C:\\Data\\REGDB.fdb' host localhost user SYSDBA password xxxxx or CONNECT r'C:\Data\REGDB.fdb' host localhost user SYSDBA password xxxxx ...
Alexandr N Zamaraev
tonal.promsoft
Offline Send Email
Dec 30, 2009
5:26 am
267
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...
dobedani
Offline Send Email
Dec 30, 2009
10:13 am
268
... Once again, you have to enclose user name and password into apostrophes: CONNECT 'D:\USERDATA\data\REGDB.fdb' user 'SYSDBA' password 'xxxxx' best regards ...
Pavel Cisar
pcisar2000
Offline Send Email
Dec 30, 2009
10:51 am
269
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...
dobedani
Offline Send Email
Dec 30, 2009
11:29 am
270
... You obviously doesn't have KInterbasDB 3.3.0 installed, but some older version. You can get the required version here: ...
Pavel Cisar
pcisar2000
Offline Send Email
Dec 30, 2009
11:38 am
271
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: ...
dobedani
Offline Send Email
Dec 30, 2009
12:11 pm
Messages 242 - 271 of 271   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help