f rom wrote: > After getting the tarballs from dabo & performing the setup.py I tried the > appwizard. > > Dabo Info Log: Wed May 02 13:07:07 2007: 0 database connection definition(s) > loaded. > Dabo Info Log: Wed May 02 13:07:07 2007: User interface already set to 'wx', > so dApp didn't touch it. > Dabo Info Log: Wed May 02 13:07:07 2007: wxPython Version: 2.8.3.0 wxMSW > (unicode) > Traceback (most recent call last): > File "AppWizard.py", line 295, in onLeavePage > conn = dabo.db.dConnection(ci) > File > "c:\python25\lib\site-packages\Dabo-0.7.2s-py2.5.egg\dabo\db\dConnection.py", > line 28, in __init__ > self._connection = self._openConnection() > File > "c:\python25\lib\site-packages\Dabo-0.7.2s-py2.5.egg\dabo\db\dConnection.py", > line 63, in _openConnection > return self._connectInfo.getConnection() > File > "c:\python25\lib\site-packages\Dabo-0.7.2s-py2.5.egg\dabo\db\dConnectInfo.py", > line 107, in getConnection > return self._backendObject.getConnection(self) > File > "c:\python25\lib\site-packages\Dabo-0.7.2s-py2.5.egg\dabo\db\dbPostgreSQL.py", > line 18, in getConnection > import psycopg2 as dbapi > ImportError: No module named psycopg2 > > > > psycopg2 appears to be a GPL component ? Otherwise you need to pay according > : > > Proprietary licenses > ==================== > > A non-exclusive license is available for companies that want to include > psycopg > in their proprietary products without respecting the spirit of the GPL. The > price of the license is one day of development done by the author, at the > consulting fee he applies to his usual customers at the day of the request. > <--------- > > > Please advise as my current employer very much dislikes GPL (in other words > we are not allowed to use GPLed code at all ! ) > > > Kind regards, > xjf >
Welcome to Dabo! Dabo-0.7.2s is really old now. Either get dabo as a nightly tarball (look at "Development Release"): http://dabodev.com/download or use subversion: http://dabodev.com/wiki/InstallingDabo If your current employer dislikes the GPL either use a different database system or pay for a licence. Feel free to ask questions. Uwe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
