brunolojor / jbrout

Automatically exported from code.google.com/p/jbrout
0 stars 0 forks source link

PicasaWeb export function doesn't work on Ubuntu ('PicasWeb' object has no attribute '_PrepareConnection') #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
i'm using Ubuntu Jaunty alpha and jBrout 0.3.174

when i try to export some photos to may PicasaWab account, i get that
message error 

erreur d'upload : 'PicasWeb' object has no attribute '_PrepareConnection'

Original issue reported on code.google.com by thibaut....@gmail.com on 5 Mar 2009 at 4:06

GoogleCodeExporter commented 8 years ago

Original comment by tbenita on 11 Jul 2009 at 12:27

GoogleCodeExporter commented 8 years ago
I personally tried and sent pictures o picasaweb with ubuntu jaunty.
could you test and confirm that it's resolved please ?

Original comment by tbenita on 11 Jul 2009 at 12:39

GoogleCodeExporter commented 8 years ago
i'm also running Janty
i did : sudo svn co http://svn.jbrout.python-hosting.com/trunk /usr/lib/jbrout
i still have that error

Original comment by thibaut....@gmail.com on 11 Jul 2009 at 1:37

GoogleCodeExporter commented 8 years ago
your svn address is bad and resolves to an old revision (I wnder why it works 
actually).
Please do as mentioned in the code page :
 # Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://jbrout.googlecode.com/svn/trunk/ jbrout-read-only
(http://code.google.com/p/jbrout/source/checkout)

Or if you prefer, 
svn checkout http://jbrout.googlecode.com/svn/trunk/jbrout /usr/lib/jbrout

The result is completely different.

Original comment by tbenita on 11 Jul 2009 at 8:21

GoogleCodeExporter commented 8 years ago
wow thanks, i missed a lot of things with the other version !
it works indeed although it seems i can't export to a picasa album that already
exists therefore the function is quite useless to me
Did i missed something ? If not is there a plan to allow jBrout to get these 
info
from picasa to be able to export into preexistant folders ?

Original comment by thibaut....@gmail.com on 11 Jul 2009 at 10:34

GoogleCodeExporter commented 8 years ago
Do you have an error message or a traceback ?

Original comment by tbenita on 11 Jul 2009 at 11:09

GoogleCodeExporter commented 8 years ago
i don't think it's a buf, i think it's a missing fuctionality : export to picasa
works but pictures are stored in a dedicated folder on picasa
If i already have a folder named "food" on picasa, jBrout doesn't know about 
that and
export to a "Jbrout 2009-07-11, 15-14-28" folder like it does if i export 
photos at
another place on my hardrive
It would be great if jBrout could ask picasa what are current folders and ask 
user if
he wants its photos upload to one of these folders

Original comment by thibaut....@gmail.com on 11 Jul 2009 at 1:16