http://www.mail-archive.com/turbo...@googlegroups.com/msg16825.html
Any suggestions for what to do? Are there people successfully using
1.01 with MySQL and SQLObject? Did I just miss something with my
reinstall? A configuration setting?
Thanks!
Dianne
This is a hot-off-the-presses sort of fix, but Oleg just (like 5
minutes ago) put SO 0.7.1RC1 on the cheeseshop and mentions that
selects with UnicodeCols have been fixed. Not sure if that resolves
your problem, but it's worth a shot.
No need for the f, just "easy_install -U SQLObject" case counts.
Okay- I deleted that version ad installed rc1. I now get the following
error message when running tg-admin sql status:
"pkg_resources.DistributionNotFound:
SQLObject==bugfix,>=0.7.1dev-r1860,<=0.7.99"
Any thoughts?
Thanks,
Doug
I know it's possible to hack the TG version requirements, but I don't
know why setuptools is preferring an older dev release rather than a
newer RC release. I was holding off answering this question in hopes
that someone more knowledgable about setuptools could answer your
problem.
--
cheers
elvelind grandin
If those commas are all interpreted as ANDs, that means that it's
specifically looking for something on the bugfix branch, not just
looking based on version numbers. We should fix that.
Kevin
Was there ever a resolution to this?
It was mentioned in the thread that doing a 'easy_install -U SQLObject'
would bring SO up to a newer version than 0.7.1 may fix this issue, but
whenever i try to run that command it tells me that 0.7.1 is already
the active version..?