stephenmcd / cartridge

Ecommerce for Mezzanine
http://cartridge.jupo.org
BSD 2-Clause "Simplified" License
709 stars 299 forks source link

Cartridge installation defaults to default Mezzanine project #324

Open ddlaws0n opened 7 years ago

ddlaws0n commented 7 years ago

Windows 10 user here, using virtualenvwrapper-win.

I followed the instructions, creating a virtual environment and doing a pip install -U cartridge with no errors. I then proceeded to do a mezzanine-project -a cartridge <projectname> however no matter what project name I put in I get the following error:

commanderror: <projectname> conflicts with the name of an existing python module and cannot be used as a project name. please try another name.

A project is created however it's simply a default Mezzanine project. I tried again from the beginning, this time ensuring that no environment, folder or project names were even remotely similar to 'cartridge' or 'mezzanine' however the issue still persists.

stephenmcd commented 7 years ago

I would not be surprised if none of the core development team use Windows or have access to a Window machine, as such someone who does will need to troubleshoot the installation script.