Discussion:
[melkjug feedback] melkjug.org Instance
Luke Tucker
2009-02-17 15:44:00 UTC
Permalink
Hi,

follower's I'm not sure about I'll look into that...

The main site has slowed to a crawl because it's bloated with articles
and the method it's using is just too slow... :(
We'll be rolling out a new release hopefully this week that should
make things usable again. Sorry for the pathetic slowdown!!

As for the mysql python, you may want to try the package we have
listed here:
https://svn.openplans.org/eggs/MySQL-
python-1.2.2.tar.gz#egg=MySQL_python

It has some fixes that allow it to build on other platforms that the
package maintainers seem not to be fixing...

Also, if you did not notice, some rather large changes landed in the
trunk yesterday/today, so you may want to have a look at the updated
version of:
http://trac.openplans.org/melkjug/wiki/DevelopmentGuide
http://trac.openplans.org/melkjug/wiki/TransitioningTo05

and these messages for a review of what's been changing:

http://www.openplans.org/projects/melkjug/lists/melkjug-development-list/archive/2009/02/1234877599428/forum_view
http://www.openplans.org/projects/melkjug/lists/melkjug-development-list/archive/2009/02/1233956780694/forum_view

Interested in hearing how you fare and glad to lend a hand in any way
I can,

- Luke
I am not able to see followers, plus the site seems too slow? Why??
I am not able to compile melkjug on my machine, getting an error
regarding pyMySQL
--
Archive: http://www.openplans.org/projects/melkjug/lists/melkjug-development-list/archive/2009/02/1234885450851
To unsubscribe send an email with subject "unsubscribe" to melkjug-dev-***@public.gmane.org Please contact melkjug-dev-manager-ZwoEplunGu1pszqg2B6Wd0B+***@public.gmane.org for questions.
Luke Tucker
2009-02-18 14:39:21 UTC
Permalink
We use Pylons ( http://www.pylonshq.com/ ) + SQLAlchemy ( http://www.sqlalchemy.org/
) -- As far as I can tell, both Django and web2py appear to use the
exact same MySQL python library to access a mysql database, so I don'
t think that would be much help in this case.

As for the particulars here, I'm not sure, could you attach the
installer.log ( /root/melkjug2/installer.log ) that is mentioned in
the error? For something like fedora, there may be additional
development packages that need to be installed on your system since
the mysql packages requires compiling C bindings and mysql headers in
your include path. You may also want to try installing that package
in isolation and see if you encounter the error and report it to the
maintainers of that package.

Also, which version of melkjug are you installing? is it from a
package? a branch? the trunk?

- Luke
This is the error I get on my Fedora 8 machine
Installing MySQL-python...
File "./install-melkjug", line 1231, in <module>
main()
File "./install-melkjug", line 404, in main
after_install(options, home_dir)
File "./install-melkjug", line 967, in after_install
install(package, home_dir, find_links=deps_dir, editable=False,
log=installer_log)
File "./install-melkjug", line 984, in install
raise Exception('Install of %s failed! see %s for details' %
(package, os.path.join(home_dir, _INSTALLER_LOGFILE)))
Exception: Install of MySQL-python failed! see /root/melkjug2/
installer.log for details
I have the latest version of MySQL-python, still i get this
error..why??
Can you port melkjug to some more robust platform like Django or
web2py??
Hi,
follower's I'm not sure about I'll look into that...
The main site has slowed to a crawl because it's bloated with
articles and the method it's using is just too slow... :(
We'll be rolling out a new release hopefully this week that should
make things usable again. Sorry for the pathetic slowdown!!
As for the mysql python, you may want to try the package we have
https://svn.openplans.org/eggs/MySQL-
python-1.2.2.tar.gz#egg=MySQL_python
It has some fixes that allow it to build on other platforms that the
package maintainers seem not to be fixing...
Also, if you did not notice, some rather large changes landed in the
trunk yesterday/today, so you may want to have a look at the updated
http://trac.openplans.org/melkjug/wiki/DevelopmentGuide
http://trac.openplans.org/melkjug/wiki/TransitioningTo05
http://www.openplans.org/projects/melkjug/lists/melkjug-development-list/archive/2009/02/1234877599428/forum_view
http://www.openplans.org/projects/melkjug/lists/melkjug-development-list/archive/2009/02/1233956780694/forum_view
Interested in hearing how you fare and glad to lend a hand in any
way I can,
- Luke
I am not able to see followers, plus the site seems too slow? Why??
I am not able to compile melkjug on my machine, getting an error
regarding pyMySQL
--
Harshad Joshi
Loading...