Thanks Danny, there was an error with the packaging - I've just pushed the
fix, so re-installing should resolve it.


On Thu, Dec 26, 2013 at 3:27 PM, Danny <[email protected]> wrote:

> On 26/12/2013 12:15 PM, Stephen McDonald wrote:
>
>> Hi all,
>>
>> A while back I wrote about a new project I'd created called Drum:
>>
>> https://github.com/stephenmcd/drum
>>
>> It's basically a Hacker News / Reddit clone built with Mezzanine,
>> intending to show off Mezzanine's non-CMS capabilities such as threaded
>> comments, ratings, and public user accounts. I wrote about it in detail
>> here:
>>
>>
> Hi Stephen,
>
> I thought I'd try this out just to see what it's like. However, I'm
> hitting an issue on the initialisation of the project.
>
> The error:
> ---
> Traceback (most recent call last):
>   File "/home/danny/.virtualenvs/mezdrum/bin/mezzanine-project", line 8,
> in <module>
>     load_entry_point('Mezzanine==3.0.3', 'console_scripts',
> 'mezzanine-project')()
>   File "/home/danny/.virtualenvs/mezdrum/local/lib/python2.7/
> site-packages/mezzanine/bin/mezzanine_project.py", line 62, in
> create_project
>     move(local_settings_path + ".template", local_settings_path)
>   File "/usr/lib/python2.7/shutil.py", line 301, in move
>     copy2(src, real_dst)
>   File "/usr/lib/python2.7/shutil.py", line 130, in copy2
>     copyfile(src, dst)
>   File "/usr/lib/python2.7/shutil.py", line 82, in copyfile
>     with open(src, 'rb') as fsrc:
> IOError: [Errno 2] No such file or directory: u'/home/danny/workspace/
> EXPERIMENTS/drum/drumtest/local_settings.py.template'
> ---
>
> My command history:
> ---
> mkvirtualenv mezdrum
> cd ~/workspace/EXPERIMENTS
> mkdir drum
> pip install -U drum
> mezzanine-project -a drum drumtest
> ---
>
> And the installed packages in the new virtualenv, mostly installed by the
> above pip statement:
> ---
> argparse (1.2.1)
> bleach (1.2.2)
> Django (1.6.1)
> Drum (0.1.0)
> filebrowser-safe (0.3.1)
> future (0.9.0)
> grappelli-safe (0.3.3)
> html5lib (0.95)
> Mezzanine (3.0.3)
> oauthlib (0.6.0)
> Pillow (2.2.2)
> pytz (2013.8)
> requests (1.2.3)
> requests-oauthlib (0.3.3)
> sphinx-me (0.2.1)
> wsgiref (0.1.2)
> ---
>
> Any idea what's broken?
>
> (A vanilla install of Mezzanine-3.0.3 without drum seems to be fine)
>
> Seeya. Danny.
>
>
>
>
>
>
>
> --
> Email: [email protected]
>
> --
> You received this message because you are subscribed to the Google Groups
> "Mezzanine Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Stephen McDonald
http://jupo.org

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to