Ne, to nefunguje.<br>Prikladam tedy v priloze jeste seznam souboru ktere se mi v pythonu udelaly. Mam obavu ze to je v te slozce i ze ktere jsem to instaloval ovsem otazkou by pak bylo kam se to podelo.<br><br>Udelal jsem takovy experiment, nasel jsem v build slozku MySQLdb + soubor _mysql_exceptions.py tak sem to nakopcil do \lib a ted kdyz zkusim importovat tak mne to serve s necim jinym<br>
<br>Traceback (most recent call last):<br>&nbsp; File &quot;C:\&lt;string&gt;&quot;, line 1, in &lt;module&gt;<br>&nbsp; File &quot;C:\Utils\python26\Lib\MySQLdb\__init__.py&quot;, line 19, in &lt;module&gt;<br>&nbsp;&nbsp;&nbsp; import _mysql<br>
ImportError: No module named _mysql<br><br>coz hlasi ze na radce 19 toho souboru je import _mysql ktery ovsem nemam. exituje jen jako _mysql.c a jak ho prelozit teda nevim... <br><br><br><div class="gmail_quote">2009/1/12 Tomas Brabenec <span dir="ltr">&lt;<a href="mailto:konference@brabenec.net">konference@brabenec.net</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Pozij toto:<br>
<br>
import _mysql<br>
<br>
funguje ?<br>
<br>
<br>
Tomas<br>
<br>
<br>
Dne 12.1.2009 15:07, Ondrej Beranek napsal(a):<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c">
No tak to sice odstranit ty chyby, nicmene to neprovedlo co melo nebot pokud zadam<br>
<br>
import MySQLdb<br>
<br>
tak dostanu hlaseni ze modul nezna. Cista instalace po uprave setup.py vypadala takto:<br>
<br>
Microsoft Windows XP [Verze 5.1.2600]<br>
(C) Copyright 1985-2001 Microsoft Corp.<br>
<br>
c:\Utils\python26\i&gt;.\..\python.exe .\setup.py build<br>
<br>
---------------------------------------------------------------------------<br>
This script requires setuptools version 0.6c9 to run (even to display<br>
help). &nbsp;I will attempt to download it for you (from<br>
<a href="http://cheeseshop.python.org/packages/2.6/s/setuptools/" target="_blank">http://cheeseshop.python.org/packages/2.6/s/setuptools/</a>), but<br>
you may need to enable firewall access for this script first.<br>
I will start the download in 15 seconds.<br>
<br>
(Note: if this machine does not have network access, please obtain the file<br>
<br>
<a href="http://cheeseshop.python.org/packages/2.6/s/setuptools/setuptools-0.6c9-py2.6" target="_blank">http://cheeseshop.python.org/packages/2.6/s/setuptools/setuptools-0.6c9-py2.6</a><br>
.egg<br>
<br>
and place it in this directory before rerunning this script.)<br>
---------------------------------------------------------------------------<br>
Downloading <a href="http://cheeseshop.python.org/packages/2.6/s/setuptools/setuptools-0" target="_blank">http://cheeseshop.python.org/packages/2.6/s/setuptools/setuptools-0</a>.<br>
6c9-py2.6.egg<br>
c:\Utils\python26\i\ez_setup.py:49: DeprecationWarning: the md5 module is deprec<br>
ated; use hashlib instead<br>
 &nbsp;from md5 import md5<br>
running build<br>
running build_py<br>
creating build<br>
creating build\lib.win32-2.6<br>
copying _mysql_exceptions.py -&gt; build\lib.win32-2.6<br>
creating build\lib.win32-2.6\MySQLdb<br>
copying MySQLdb\__init__.py -&gt; build\lib.win32-2.6\MySQLdb<br>
copying MySQLdb\converters.py -&gt; build\lib.win32-2.6\MySQLdb<br>
copying MySQLdb\connections.py -&gt; build\lib.win32-2.6\MySQLdb<br>
copying MySQLdb\cursors.py -&gt; build\lib.win32-2.6\MySQLdb<br>
copying MySQLdb\release.py -&gt; build\lib.win32-2.6\MySQLdb<br>
copying MySQLdb\times.py -&gt; build\lib.win32-2.6\MySQLdb<br>
creating build\lib.win32-2.6\MySQLdb\constants<br>
copying MySQLdb\constants\__init__.py -&gt; build\lib.win32-2.6\MySQLdb\constants<br>
copying MySQLdb\constants\CR.py -&gt; build\lib.win32-2.6\MySQLdb\constants<br>
copying MySQLdb\constants\FIELD_TYPE.py -&gt; build\lib.win32-2.6\MySQLdb\constants<br>
<br>
copying MySQLdb\constants\ER.py -&gt; build\lib.win32-2.6\MySQLdb\constants<br>
copying MySQLdb\constants\FLAG.py -&gt; build\lib.win32-2.6\MySQLdb\constants<br>
copying MySQLdb\constants\REFRESH.py -&gt; build\lib.win32-2.6\MySQLdb\constants<br>
copying MySQLdb\constants\CLIENT.py -&gt; build\lib.win32-2.6\MySQLdb\constants<br>
running build_ext<br>
building &#39;_mysql&#39; extension<br>
error: None<br>
<br>
c:\Utils\python26\i&gt;.\..\python.exe .\setup.py install<br>
running install<br>
running bdist_egg<br>
running egg_info<br>
writing MySQL_python.egg-info\PKG-INFO<br>
writing top-level names to MySQL_python.egg-info\top_level.txt<br>
writing dependency_links to MySQL_python.egg-info\dependency_links.txt<br>
deleting MySQL_python.egg-info\native_libs.txt<br>
reading manifest file &#39;MySQL_python.egg-info\SOURCES.txt&#39;<br>
reading manifest template &#39;MANIFEST.in&#39;<br>
writing manifest file &#39;MySQL_python.egg-info\SOURCES.txt&#39;<br>
installing library code to build\bdist.win32\egg<br>
running install_lib<br>
running build_py<br>
copying MySQLdb\release.py -&gt; build\lib.win32-2.6\MySQLdb<br>
running build_ext<br>
building &#39;_mysql&#39; extension<br>
error: None<br>
<br>
c:\Utils\python26\i&gt;<br>
<br>
<br>
<br>
<br>
<br></div></div>
2009/1/12 Tomas Brabenec &lt;<a href="mailto:konference@brabenec.net" target="_blank">konference@brabenec.net</a> &lt;mailto:<a href="mailto:konference@brabenec.net" target="_blank">konference@brabenec.net</a>&gt;&gt;<div>
<div></div><div class="Wj3C7c"><br>
<br>
 &nbsp; &nbsp;Aha,<br>
<br>
 &nbsp; &nbsp;tak v tom pripade jeste v souboru ez_setup.py pridej do slovniku<br>
 &nbsp; &nbsp;md5_data spravny MD5 otisk pro 0.6c9-py2.6<br>
<br>
 &nbsp; &nbsp;melo by to byt nejspis toto:<br>
<br>
 &nbsp; &nbsp;&#39;setuptools-0.6c9-py2.6.egg&#39;: &#39;ca37b1ff16fa2ede6e19383e7b59245a&#39;,<br>
<br>
 &nbsp; &nbsp;Ale radsi si to zkotroluj.<br>
<br>
 &nbsp; &nbsp;Zdroj je tady: <a href="http://pypi.python.org/pypi/setuptools/0.6c9" target="_blank">http://pypi.python.org/pypi/setuptools/0.6c9</a><br>
<br>
 &nbsp; &nbsp;Tomas<br>
<br>
<br>
 &nbsp; &nbsp;Dne 12.1.2009 12:13, Ondrej Beranek napsal(a):<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;jednoduse.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Ukazi vam jak to instaluji je mozne ze to delam uplne spatne.<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Do slozky i jsem rozbalil presne to, na co jste mi poslal odkaz.<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Microsoft Windows XP [Verze 5.1.2600]<br>
 &nbsp; &nbsp; &nbsp; &nbsp;(C) Copyright 1985-2001 Microsoft Corp.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;c:\Utils\python26\i&gt;.\..\python.exe .\setup.py install<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;---------------------------------------------------------------------------<br>
 &nbsp; &nbsp; &nbsp; &nbsp;This script requires setuptools version 0.6c5 to run (even to<br>
 &nbsp; &nbsp; &nbsp; &nbsp;display<br>
 &nbsp; &nbsp; &nbsp; &nbsp;help). &nbsp;I will attempt to download it for you (from<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://cheeseshop.python.org/packages/2.6/s/setuptools/" target="_blank">http://cheeseshop.python.org/packages/2.6/s/setuptools/</a>), but<br>
 &nbsp; &nbsp; &nbsp; &nbsp;you may need to enable firewall access for this script first.<br>
 &nbsp; &nbsp; &nbsp; &nbsp;I will start the download in 15 seconds.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;(Note: if this machine does not have network access, please<br>
 &nbsp; &nbsp; &nbsp; &nbsp;obtain the file<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://cheeseshop.python.org/packages/2.6/s/setuptools/setuptools-0.6c5-py2.6" target="_blank">http://cheeseshop.python.org/packages/2.6/s/setuptools/setuptools-0.6c5-py2.6</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp;.egg<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;and place it in this directory before rerunning this script.)<br>
 &nbsp; &nbsp; &nbsp; &nbsp;---------------------------------------------------------------------------<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Downloading<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://cheeseshop.python.org/packages/2.6/s/setuptools/setuptools-0" target="_blank">http://cheeseshop.python.org/packages/2.6/s/setuptools/setuptools-0</a>.<br>
 &nbsp; &nbsp; &nbsp; &nbsp;6c5-py2.6.egg<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Traceback (most recent call last):<br>
 &nbsp; &nbsp; &nbsp; &nbsp; File &quot;.\setup.py&quot;, line 5, in &lt;module&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; import ez_setup; ez_setup.use_setuptools()<br>
 &nbsp; &nbsp; &nbsp; &nbsp; File &quot;c:\Utils\python26\i\ez_setup.py&quot;, line 83, in<br>
 &nbsp; &nbsp; &nbsp; &nbsp;use_setuptools<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; egg = download_setuptools(version, download_base, to_dir,<br>
 &nbsp; &nbsp; &nbsp; &nbsp;download_delay)<br>
 &nbsp; &nbsp; &nbsp; &nbsp; File &quot;c:\Utils\python26\i\ez_setup.py&quot;, line 137, in<br>
 &nbsp; &nbsp; &nbsp; &nbsp;download_setuptools<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; src = urllib2.urlopen(url)<br>
 &nbsp; &nbsp; &nbsp; &nbsp; File &quot;c:\Utils\python26\lib\urllib2.py&quot;, line 124, in urlopen<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return _opener.open(url, data, timeout)<br>
 &nbsp; &nbsp; &nbsp; &nbsp; File &quot;c:\Utils\python26\lib\urllib2.py&quot;, line 389, in open<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; response = meth(req, response)<br>
 &nbsp; &nbsp; &nbsp; &nbsp; File &quot;c:\Utils\python26\lib\urllib2.py&quot;, line 502, in<br>
 &nbsp; &nbsp; &nbsp; &nbsp;http_response<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#39;http&#39;, request, response, code, msg, hdrs)<br>
 &nbsp; &nbsp; &nbsp; &nbsp; File &quot;c:\Utils\python26\lib\urllib2.py&quot;, line 421, in error<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; result = self._call_chain(*args)<br>
 &nbsp; &nbsp; &nbsp; &nbsp; File &quot;c:\Utils\python26\lib\urllib2.py&quot;, line 361, in _call_chain<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; result = func(*args)<br>
 &nbsp; &nbsp; &nbsp; &nbsp; File &quot;c:\Utils\python26\lib\urllib2.py&quot;, line 597, in<br>
 &nbsp; &nbsp; &nbsp; &nbsp;http_error_302<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return self.parent.open(new)<br>
 &nbsp; &nbsp; &nbsp; &nbsp; File &quot;c:\Utils\python26\lib\urllib2.py&quot;, line 389, in open<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; response = meth(req, response)<br>
 &nbsp; &nbsp; &nbsp; &nbsp; File &quot;c:\Utils\python26\lib\urllib2.py&quot;, line 502, in<br>
 &nbsp; &nbsp; &nbsp; &nbsp;http_response<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#39;http&#39;, request, response, code, msg, hdrs)<br>
 &nbsp; &nbsp; &nbsp; &nbsp; File &quot;c:\Utils\python26\lib\urllib2.py&quot;, line 427, in error<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return self._call_chain(*args)<br>
 &nbsp; &nbsp; &nbsp; &nbsp; File &quot;c:\Utils\python26\lib\urllib2.py&quot;, line 361, in _call_chain<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; result = func(*args)<br>
 &nbsp; &nbsp; &nbsp; &nbsp; File &quot;c:\Utils\python26\lib\urllib2.py&quot;, line 510, in<br>
 &nbsp; &nbsp; &nbsp; &nbsp;http_error_default<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)<br>
 &nbsp; &nbsp; &nbsp; &nbsp;urllib2.HTTPError: HTTP Error 404: Not Found<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;c:\Utils\python26\i&gt;<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Problemem je totiz to ze &quot;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://cheeseshop.python.org/packages/2.6/s/setuptools/setuptools-0.6c5-py2.6.egg" target="_blank">http://cheeseshop.python.org/packages/2.6/s/setuptools/setuptools-0.6c5-py2.6.egg</a>&quot;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;neexistuje v odkazovanem miste<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://cheeseshop.python.org/packages/2.6/s/setuptools" target="_blank">http://cheeseshop.python.org/packages/2.6/s/setuptools</a> se<br>
 &nbsp; &nbsp; &nbsp; &nbsp;totiz nachazi pouze setuptools-0.6c9-py2.6.egg<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c9-py2.6.egg" target="_blank">http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c9-py2.6.egg</a>&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;tj. zkusil jsem tedy upravit v ez_setup.py &nbsp;promennou<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;DEFAULT_VERSION z &quot;0.6c5&quot; na &quot;0.6c9&quot; coz ovsem prinasi jiz<br>
 &nbsp; &nbsp; &nbsp; &nbsp;zminene stiznosti na zastaralost knihovny md5 a memu zaveru ze<br>
 &nbsp; &nbsp; &nbsp; &nbsp;cesta vetsiho upravovani zdrojaku<br>
 &nbsp; &nbsp; &nbsp; &nbsp;neni spravna.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Ja netvrdim (a vlastne si to ani nemyslim) ze to delam dobre<br>
 &nbsp; &nbsp; &nbsp; &nbsp;ale jina cesta mne nenapada...<br>
<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Dne 12. leden 2009 11:33 Tomas Brabenec<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="mailto:konference@brabenec.net" target="_blank">konference@brabenec.net</a> &lt;mailto:<a href="mailto:konference@brabenec.net" target="_blank">konference@brabenec.net</a>&gt;<br></div></div><div><div>
</div><div class="Wj3C7c">
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:konference@brabenec.net" target="_blank">konference@brabenec.net</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:konference@brabenec.net" target="_blank">konference@brabenec.net</a>&gt;&gt;&gt; napsal(a):<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Ja nejak nerozumim, jak setuptools souvisi s pouzitim MySQLdb.<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Pokud bys instalovat MySQLdb pomoci easy_inastall z egg tak<br>
 &nbsp; &nbsp; &nbsp; &nbsp;tomu<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; rozumim, ale pokud si stahnes rucne zdrojaky tak easy_install<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nepotrebujes.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Co to dela, kdyz stahnes a pouzijes toto:<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://internap.dl.sourceforge.net/sourceforge/mysql-python/MySQL-python-1.2.2.tar.gz" target="_blank">http://internap.dl.sourceforge.net/sourceforge/mysql-python/MySQL-python-1.2.2.tar.gz</a><br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Tomas<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dne 12.1.2009 10:30, Ondrej Beranek napsal(a):<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Ano, trable ktere jsem popisoval byly primo s temito<br>
 &nbsp; &nbsp; &nbsp; &nbsp;zdrojaky.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dne 12. leden 2009 7:19 Tomas Brabenec<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="mailto:konference@brabenec.net" target="_blank">konference@brabenec.net</a> &lt;mailto:<a href="mailto:konference@brabenec.net" target="_blank">konference@brabenec.net</a>&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:konference@brabenec.net" target="_blank">konference@brabenec.net</a> &lt;mailto:<a href="mailto:konference@brabenec.net" target="_blank">konference@brabenec.net</a>&gt;&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:konference@brabenec.net" target="_blank">konference@brabenec.net</a> &lt;mailto:<a href="mailto:konference@brabenec.net" target="_blank">konference@brabenec.net</a>&gt;<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:konference@brabenec.net" target="_blank">konference@brabenec.net</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:konference@brabenec.net" target="_blank">konference@brabenec.net</a>&gt;&gt;&gt;&gt; napsal(a):<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;A zkousel jsi stahnout primo zdrojaky?<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://sourceforge.net/project/showfiles.php?group_id=22307&amp;package_id=15775&amp;release_id=491012" target="_blank">http://sourceforge.net/project/showfiles.php?group_id=22307&amp;package_id=15775&amp;release_id=491012</a><br>

 &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="http://sourceforge.net/project/showfiles.php?group_id=22307&amp;package_id=15775&amp;release_id=491012" target="_blank">http://sourceforge.net/project/showfiles.php?group_id=22307&amp;package_id=15775&amp;release_id=491012</a>&gt;<br>

 &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="http://sourceforge.net/project/showfiles.php?group_id=22307&amp;package_id=15775&amp;release_id=491012" target="_blank">http://sourceforge.net/project/showfiles.php?group_id=22307&amp;package_id=15775&amp;release_id=491012</a><br>

 &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="http://sourceforge.net/project/showfiles.php?group_id=22307&amp;package_id=15775&amp;release_id=491012" target="_blank">http://sourceforge.net/project/showfiles.php?group_id=22307&amp;package_id=15775&amp;release_id=491012</a>&gt;&gt;<br>

 &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="http://sourceforge.net/project/showfiles.php?group_id=22307&amp;package_id=15775&amp;release_id=491012" target="_blank">http://sourceforge.net/project/showfiles.php?group_id=22307&amp;package_id=15775&amp;release_id=491012</a><br>

 &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="http://sourceforge.net/project/showfiles.php?group_id=22307&amp;package_id=15775&amp;release_id=491012" target="_blank">http://sourceforge.net/project/showfiles.php?group_id=22307&amp;package_id=15775&amp;release_id=491012</a>&gt;<br>

 &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="http://sourceforge.net/project/showfiles.php?group_id=22307&amp;package_id=15775&amp;release_id=491012" target="_blank">http://sourceforge.net/project/showfiles.php?group_id=22307&amp;package_id=15775&amp;release_id=491012</a><br>

 &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="http://sourceforge.net/project/showfiles.php?group_id=22307&amp;package_id=15775&amp;release_id=491012" target="_blank">http://sourceforge.net/project/showfiles.php?group_id=22307&amp;package_id=15775&amp;release_id=491012</a>&gt;&gt;&gt;<br>

<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Ty taky nefunguji ?<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Tomas<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Dne 11.1.2009 16:02, Ondrej Beranek napsal(a):<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;no to je mozne. ale na strankach projektu je<br>
 &nbsp; &nbsp; &nbsp; &nbsp;maximalne pro<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;py2.5 a soucast pythonu 2.6 neni... zkousel jsem<br>
 &nbsp; &nbsp; &nbsp; &nbsp;to i pres<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;source ale tam to skoncilo na tom ze se to pokouselo<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; stahnout<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;jakysi egg soubor setuptools &nbsp;ve verzi &quot;0.6c5&quot; ktera<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ale v v<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;repozitari neni takze jsem zkusil stahnout<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;setuptools-0.6c9-py2.6.egg ktery jediny v tom<br>
 &nbsp; &nbsp; &nbsp; &nbsp;repozitari<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://cheeseshop.python.org/packages/2.6/s/setuptools/" target="_blank">http://cheeseshop.python.org/packages/2.6/s/setuptools/</a> byl,<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;upravil ez_setup, ovsem pak se to slozilo na tom<br>
 &nbsp; &nbsp; &nbsp; &nbsp;ze to<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; pouziva<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;zastaranou knihovnu md5... takze jsem usoudil ze<br>
 &nbsp; &nbsp; &nbsp; &nbsp;tudy cesta<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nepovede.<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Jsem silne zmaten.<br>
<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Dne 11. leden 2009 14:49 &lt;<a href="mailto:Calis.martin@seznam.cz" target="_blank">Calis.martin@seznam.cz</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:Calis.martin@seznam.cz" target="_blank">Calis.martin@seznam.cz</a>&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:Calis.martin@seznam.cz" target="_blank">Calis.martin@seznam.cz</a> &lt;mailto:<a href="mailto:Calis.martin@seznam.cz" target="_blank">Calis.martin@seznam.cz</a>&gt;&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:Calis.martin@seznam.cz" target="_blank">Calis.martin@seznam.cz</a> &lt;mailto:<a href="mailto:Calis.martin@seznam.cz" target="_blank">Calis.martin@seznam.cz</a>&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:Calis.martin@seznam.cz" target="_blank">Calis.martin@seznam.cz</a> &lt;mailto:<a href="mailto:Calis.martin@seznam.cz" target="_blank">Calis.martin@seznam.cz</a>&gt;&gt;&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:Calis.martin@seznam.cz" target="_blank">Calis.martin@seznam.cz</a> &lt;mailto:<a href="mailto:Calis.martin@seznam.cz" target="_blank">Calis.martin@seznam.cz</a>&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:Calis.martin@seznam.cz" target="_blank">Calis.martin@seznam.cz</a> &lt;mailto:<a href="mailto:Calis.martin@seznam.cz" target="_blank">Calis.martin@seznam.cz</a>&gt;&gt;<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:Calis.martin@seznam.cz" target="_blank">Calis.martin@seznam.cz</a> &lt;mailto:<a href="mailto:Calis.martin@seznam.cz" target="_blank">Calis.martin@seznam.cz</a>&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:Calis.martin@seznam.cz" target="_blank">Calis.martin@seznam.cz</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:Calis.martin@seznam.cz" target="_blank">Calis.martin@seznam.cz</a>&gt;&gt;&gt;&gt;&gt; napsal(a):<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; No nevím, já myslel že MySQLdb jede i na<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Py3000...<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&gt; ------------ Původní zpráva ------------<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&gt; Od: Ondrej Beranek &lt;<a href="mailto:rainbof@gmail.com" target="_blank">rainbof@gmail.com</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:rainbof@gmail.com" target="_blank">rainbof@gmail.com</a>&gt; &lt;mailto:<a href="mailto:rainbof@gmail.com" target="_blank">rainbof@gmail.com</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:rainbof@gmail.com" target="_blank">rainbof@gmail.com</a>&gt;&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:rainbof@gmail.com" target="_blank">rainbof@gmail.com</a> &lt;mailto:<a href="mailto:rainbof@gmail.com" target="_blank">rainbof@gmail.com</a>&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:rainbof@gmail.com" target="_blank">rainbof@gmail.com</a> &lt;mailto:<a href="mailto:rainbof@gmail.com" target="_blank">rainbof@gmail.com</a>&gt;&gt;&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:rainbof@gmail.com" target="_blank">rainbof@gmail.com</a> &lt;mailto:<a href="mailto:rainbof@gmail.com" target="_blank">rainbof@gmail.com</a>&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:rainbof@gmail.com" target="_blank">rainbof@gmail.com</a> &lt;mailto:<a href="mailto:rainbof@gmail.com" target="_blank">rainbof@gmail.com</a>&gt;&gt;<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:rainbof@gmail.com" target="_blank">rainbof@gmail.com</a> &lt;mailto:<a href="mailto:rainbof@gmail.com" target="_blank">rainbof@gmail.com</a>&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:rainbof@gmail.com" target="_blank">rainbof@gmail.com</a> &lt;mailto:<a href="mailto:rainbof@gmail.com" target="_blank">rainbof@gmail.com</a>&gt;&gt;&gt;&gt;&gt;<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&gt; Předmět: [python] Mysql<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&gt; Datum: 11.1.2009 12:10:31<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&gt; ----------------------------------------<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&gt; Ahoj,<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&gt; presel jsem na python 2.6 nyni se snazim udelat aplikaci ktera<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; neco vybere z<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&gt; databaze a pak s tim pracuje. No problem je v tom ze nemohu<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nejak najit nic<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&gt; co by pod pythonem 2.6 pro databazovy pristup fungovalo. Libilo<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; by se mi<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&gt; MySQLdb ale to podle vseho jde jen na pythonu 2.5... (normalne<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bych se<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&gt; zeptal na programujte com ale ten od ctvrtka nejde)<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&gt;<br>
<br>
<br>
</div></div></blockquote><div><div></div><div class="Wj3C7c">
_______________________________________________<br>
Python mailing list<br>
<a href="mailto:Python@py.cz" target="_blank">Python@py.cz</a><br>
</div></div><div><div></div><div class="Wj3C7c"><a href="http://www.py.cz/mailman/listinfo/python" target="_blank">http://www.py.cz/mailman/listinfo/python</a><br>
</div></div></blockquote></div><br>