wmjie / ibm-db

Automatically exported from code.google.com/p/ibm-db
0 stars 0 forks source link

ibm_db>python setup.py build reports 'file ibm_db_dbi.py (for module ibm_db_dbi) not found' #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

ibm_db-svn-temp/ibm_db>python setup.py build reports:
running build
running build_py
file ibm_db_dbi.py (for module ibm_db_dbi) not found
...

running build_ext

It seems that module ibm_db_dbi is listed in:

http://code.google.com/p/ibm-db/source/browse/trunk/IBM_DB/ibm_db/setup.py

and should be deployed with ibm_db but is in different directory i.e. 
ibm_db_dbi. 

Did I did something wrong?

My suggestion is to put ibm_db_dbi.py in the ibm_db directory, and remove 
directory ibm_db_dbi.

Regards, 
Robert

Original issue reported on code.google.com by trebor74hr@gmail.com on 24 Jun 2010 at 10:59

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hi Robert,
 ibm_db_dbi.py already is in ibm_db directory.

Thanks,
Rahul Priyadarshi

Original comment by rahul.pr...@in.ibm.com on 24 Jun 2010 at 2:35

GoogleCodeExporter commented 9 years ago
sorry, maybe it is my mistake, but I can't find ibm_db_dbi.py in ibm_db 
directory:
   http://code.google.com/p/ibm-db/source/browse/#svn/trunk/IBM_DB/ibm_db
is it commited?

Original comment by trebor74hr@gmail.com on 24 Jun 2010 at 3:33

GoogleCodeExporter commented 9 years ago
In google code project hosting, it is inside ibm_db_dbi directory. But in all 
released version of source code we kept it inside ibm_db, and all released 
version of source codes are available on http://pypi.python.org/pypi/ibm_db.

Original comment by rahul.pr...@in.ibm.com on 24 Jun 2010 at 3:48

GoogleCodeExporter commented 9 years ago
I did following: 

 > svn co http://code ... ibm_db ibm_db-svn
 > cd ibm_db-svn
 ibm-db_svn>python setup build

and output is:

 running build
 running build_py
 !!!file ibm_db_dbi.py (for module ibm_db_dbi) not found!!!
 ...
 running build_ext

Did I something wrong?

Original comment by trebor74hr@gmail.com on 29 Jun 2010 at 10:01

GoogleCodeExporter commented 9 years ago
You are getting this error because of ibm_db_dbi.py was not present in 
ibm_db-svn directory.
Your suggestion is correct to remove ibm_db_dbi directory and keep ibm_db_dbi 
to ibm_db directory.
We will keep your suggestion to our mind to resolve this issue.

Original comment by rahul.pr...@in.ibm.com on 2 Jul 2010 at 6:37

GoogleCodeExporter commented 9 years ago
This problem resolved with ibm_db-1.0.3 release.

Original comment by rahul.pr...@in.ibm.com on 9 Aug 2010 at 7:41