librelist archives

« back to archive

Problem with Flask-Markdown ?

Problem with Flask-Markdown ?

From:
Stephane Wirtel
Date:
2010-09-03 @ 22:14
Hi all,

I would like to use tox but I have a problem with the last version of 
Flask-Markdown.

Here is the log of tox about Flask-Markdown  
Downloading/unpacking Flask-Markdown (from Caviste)
  Downloading Flask-Markdown-0.3.macosx-10.3-fat.tar.gz
  Storing download in cache at 
/Users/stephane/projects/caviste/.tox/_download/http%3A%2F%2Fpypi.python.org%2Fpackages%2Fany%2FF%2FFlask-Markdown%2FFlask-Markdown-0.3.macosx-10.3-fat.tar.gz
  Running setup.py egg_info for package Flask-Markdown
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
    IOError: [Errno 2] No such file or directory: 
'/Users/stephane/projects/caviste/.tox/py26/build/Flask-Markdown/setup.py'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 14, in <module>

IOError: [Errno 2] No such file or directory: 
'/Users/stephane/projects/caviste/.tox/py26/build/Flask-Markdown/setup.py'

----------------------------------------



If I fetch the tarball, I don't see the setup.py file in the archive. Is 
it a bug or is there a missing file ?


stephane@mbp (flask) ~/projects> wget 
http://pypi.python.org/packages/any/F/Flask-Markdown/Flask-Markdown-0.3.macosx-10.3-fat.tar.gz
--2010-09-04 00:09:10--  
http://pypi.python.org/packages/any/F/Flask-Markdown/Flask-Markdown-0.3.macosx-10.3-fat.tar.gz
Resolving pypi.python.org (pypi.python.org)... 82.94.164.168
Connecting to pypi.python.org (pypi.python.org)|82.94.164.168|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3673 (3.6K) [application/x-gzip]
Saving to: “Flask-Markdown-0.3.macosx-10.3-fat.tar.gz”


100%[==========================================================================================================================================================================>]
3,673       --.-K/s   in 0s      

2010-09-04 00:09:10 (117 MB/s) - 
“Flask-Markdown-0.3.macosx-10.3-fat.tar.gz” saved [3673/3673]

stephane@mbp (flask) ~/projects> mkdir test
stephane@mbp (flask) ~/projects> cd test
stephane@mbp (flask) ~/p/test> tar xfz 
../Flask-Markdown-0.3.macosx-10.3-fat.tar.gz 
stephane@mbp (flask) ~/p/test> ls
Users
stephane@mbp (flask) ~/p/test> cd 
Users/dcolish/workspace/flask-extension-wizard/env/lib/python2.6/site-packages/
$ckages/Flask_Markdown-0.3-py2.6.egg-info/  (Directory in .)  
$ckages/flaskext/  (Directory in .)  
stephane@mbp (flask) ~/p/test> cd 
Users/dcolish/workspace/flask-extension-wizard/env/lib/python2.6/site-packages/flaskext/
stephane@mbp (flask) ~/p/t/U/d/w/f/e/l/p/s/flaskext> ls
markdown.py  markdown.pyc


Regards,

Stephane

Re: [flask] Problem with Flask-Markdown ?

From:
Dan Colish
Date:
2010-09-04 @ 20:28
Stephane,

Hmm, looks like a bad binary dist, not sure how that happened. I'm back from
vacation tomorrow so I'll try a new one then. If you want to use the dev
version or the sdist until then, that should fix the issue. Could you also
try installing with pip or easy_install and confirm this is a tox only
issue? I will do similar to confirm the issue, but I have not run into it
yet in testing and installs are definitely on the list of things I test.

--
--Dan



On Fri, Sep 3, 2010 at 4:14 PM, Stephane Wirtel <stephane@wirtel.be> wrote:

> Hi all,
>
> I would like to use tox but I have a problem with the last version of
> Flask-Markdown.
>
> Here is the log of tox about Flask-Markdown
> Downloading/unpacking Flask-Markdown (from Caviste)
>  Downloading Flask-Markdown-0.3.macosx-10.3-fat.tar.gz
>  Storing download in cache at
> /Users/stephane/projects/caviste/.tox/_download/http%3A%2F%
> 2Fpypi.python.org
> 
%2Fpackages%2Fany%2FF%2FFlask-Markdown%2FFlask-Markdown-0.3.macosx-10.3-fat.tar.gz
>  Running setup.py egg_info for package Flask-Markdown
>    Traceback (most recent call last):
>      File "<string>", line 14, in <module>
>    IOError: [Errno 2] No such file or directory:
> '/Users/stephane/projects/caviste/.tox/py26/build/Flask-Markdown/setup.py'
>    Complete output from command python setup.py egg_info:
>    Traceback (most recent call last):
>
>  File "<string>", line 14, in <module>
>
> IOError: [Errno 2] No such file or directory:
> '/Users/stephane/projects/caviste/.tox/py26/build/Flask-Markdown/setup.py'
>
> ----------------------------------------
>
>
>
> If I fetch the tarball, I don't see the setup.py file in the archive. Is it
> a bug or is there a missing file ?
>
>
> stephane@mbp (flask) ~/projects> wget
> 
http://pypi.python.org/packages/any/F/Flask-Markdown/Flask-Markdown-0.3.macosx-10.3-fat.tar.gz
> --2010-09-04 00:09:10--
> 
http://pypi.python.org/packages/any/F/Flask-Markdown/Flask-Markdown-0.3.macosx-10.3-fat.tar.gz
> Resolving pypi.python.org (pypi.python.org)... 82.94.164.168
> Connecting to pypi.python.org (pypi.python.org)|82.94.164.168|:80...
> connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 3673 (3.6K) [application/x-gzip]
> Saving to: “Flask-Markdown-0.3.macosx-10.3-fat.tar.gz”
>
> 
100%[==========================================================================================================================================================================>]
> 3,673       --.-K/s   in 0s
>
> 2010-09-04 00:09:10 (117 MB/s) -
> “Flask-Markdown-0.3.macosx-10.3-fat.tar.gz” saved [3673/3673]
>
> stephane@mbp (flask) ~/projects> mkdir test
> stephane@mbp (flask) ~/projects> cd test
> stephane@mbp (flask) ~/p/test> tar xfz
> ../Flask-Markdown-0.3.macosx-10.3-fat.tar.gz
> stephane@mbp (flask) ~/p/test> ls
> Users
> stephane@mbp (flask) ~/p/test> cd
> Users/dcolish/workspace/flask-extension-wizard/env/lib/python2.6/site-packages/
> $ckages/Flask_Markdown-0.3-py2.6.egg-info/  (Directory in .)
>  $ckages/flaskext/  (Directory in .)
> stephane@mbp (flask) ~/p/test> cd
> 
Users/dcolish/workspace/flask-extension-wizard/env/lib/python2.6/site-packages/flaskext/
> stephane@mbp (flask) ~/p/t/U/d/w/f/e/l/p/s/flaskext> ls
> markdown.py  markdown.pyc
>
>
> Regards,
>
> Stephane

Re: [flask] Problem with Flask-Markdown ?

From:
Stephane Wirtel
Date:
2010-09-04 @ 21:10
I use the dev package ;-)

Written from my iPhone !

Le 4 sept. 2010 à 22:28, Dan Colish <dcolish@gmail.com> a écrit :

> Stephane,
> 
> Hmm, looks like a bad binary dist, not sure how that happened. I'm back 
from vacation tomorrow so I'll try a new one then. If you want to use the 
dev version or the sdist until then, that should fix the issue. Could you 
also try installing with pip or easy_install and confirm this is a tox 
only issue? I will do similar to confirm the issue, but I have not run 
into it yet in testing and installs are definitely on the list of things I
test. 
> 
> --
> --Dan
> 
> 
> 
> On Fri, Sep 3, 2010 at 4:14 PM, Stephane Wirtel <stephane@wirtel.be> wrote:
> Hi all,
> 
> I would like to use tox but I have a problem with the last version of 
Flask-Markdown.
> 
> Here is the log of tox about Flask-Markdown
> Downloading/unpacking Flask-Markdown (from Caviste)
>  Downloading Flask-Markdown-0.3.macosx-10.3-fat.tar.gz
>  Storing download in cache at 
/Users/stephane/projects/caviste/.tox/_download/http%3A%2F%2Fpypi.python.org%2Fpackages%2Fany%2FF%2FFlask-Markdown%2FFlask-Markdown-0.3.macosx-10.3-fat.tar.gz
>  Running setup.py egg_info for package Flask-Markdown
>    Traceback (most recent call last):
>      File "<string>", line 14, in <module>
>    IOError: [Errno 2] No such file or directory: 
'/Users/stephane/projects/caviste/.tox/py26/build/Flask-Markdown/setup.py'
>    Complete output from command python setup.py egg_info:
>    Traceback (most recent call last):
> 
>  File "<string>", line 14, in <module>
> 
> IOError: [Errno 2] No such file or directory: 
'/Users/stephane/projects/caviste/.tox/py26/build/Flask-Markdown/setup.py'
> 
> ----------------------------------------
> 
> 
> 
> If I fetch the tarball, I don't see the setup.py file in the archive. Is
it a bug or is there a missing file ?
> 
> 
> stephane@mbp (flask) ~/projects> wget 
http://pypi.python.org/packages/any/F/Flask-Markdown/Flask-Markdown-0.3.macosx-10.3-fat.tar.gz
> --2010-09-04 00:09:10--  
http://pypi.python.org/packages/any/F/Flask-Markdown/Flask-Markdown-0.3.macosx-10.3-fat.tar.gz
> Resolving pypi.python.org (pypi.python.org)... 82.94.164.168
> Connecting to pypi.python.org (pypi.python.org)|82.94.164.168|:80... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 3673 (3.6K) [application/x-gzip]
> Saving to: “Flask-Markdown-0.3.macosx-10.3-fat.tar.gz”
> 
> 
100%[==========================================================================================================================================================================>]
3,673       --.-K/s   in 0s
> 
> 2010-09-04 00:09:10 (117 MB/s) - 
“Flask-Markdown-0.3.macosx-10.3-fat.tar.gz” saved [3673/3673]
> 
> stephane@mbp (flask) ~/projects> mkdir test
> stephane@mbp (flask) ~/projects> cd test
> stephane@mbp (flask) ~/p/test> tar xfz 
../Flask-Markdown-0.3.macosx-10.3-fat.tar.gz
> stephane@mbp (flask) ~/p/test> ls
> Users
> stephane@mbp (flask) ~/p/test> cd 
Users/dcolish/workspace/flask-extension-wizard/env/lib/python2.6/site-packages/
> $ckages/Flask_Markdown-0.3-py2.6.egg-info/  (Directory in .)  
$ckages/flaskext/  (Directory in .)
> stephane@mbp (flask) ~/p/test> cd 
Users/dcolish/workspace/flask-extension-wizard/env/lib/python2.6/site-packages/flaskext/
> stephane@mbp (flask) ~/p/t/U/d/w/f/e/l/p/s/flaskext> ls
> markdown.py  markdown.pyc
> 
> 
> Regards,
> 
> Stephane
>