Re: path error
"Jose M.Allegue" <[email protected]>
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Message-ID | <CAE_xd5B8Nr+vhiOHpjug8Bs97YewndtBjqrsFOpL90o4JMqSWw@mail.gmail.com> |
First of all would like to thanks for your interest. I know that It isn´t you matter, but you are helping me. Well. I included 'C:\Python34\Lib\site-packages' in the enviroment path of windows, but nothing happens I unnistall reportlab and install again using pip install reportlab. pip list>>>> there is reportalb packge installed ( and I can see that in Lib/site-packages) but....nothing fixed well 1) AttributeError: 'module' object has no attribute '__path__' Python is finding a module, just one without '__path__' 2) ImportError: No module named 'reportlab.pdfgen'; 'reportlab' is not a package Again 'reportlab' is being found, it is just not a package so you cannot get at pdfgen. How can I fix them ? How can I make a script importing canvas ? Thanks 2014-08-11 15:25 GMT+02:00 Adrian Klaver <[email protected]>: > On 08/11/2014 03:27 AM, Jose M.Allegue wrote: > >> I know this a Python FAQ >> >> I have been learnig python for the last four months. It is not to much, >> anyway I will try to solve the problem in google. >> > > I should have been more explicit in my reasoning in my first post. The > reasons I suspect a naming issue, are the following from the traceback > message: > > 1) AttributeError: 'module' object has no attribute '__path__' > Python is finding a module, just one without '__path__' > > 2) ImportError: No module named 'reportlab.pdfgen'; 'reportlab' is not a > package > Again 'reportlab' is being found, it is just not a package so you cannot > get at pdfgen. > > > For comparison if you try to import a non-existent module you get: > > >>> import nothing > > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > ImportError: No module named nothing > > > > > >> Thanks for your help >> >> >> > > > -- > Adrian Klaver > [email protected] > _______________________________________________ > reportlab-users mailing list > [email protected] > http://two.pairlist.net/mailman/listinfo/reportlab-users > -- jose m allegue [email protected]