fosstr / rsvp

The RSVP app for fosstr
Other
6 stars 5 forks source link

Allow for different types of events. #24

Open hiteshd opened 9 years ago

hiteshd commented 9 years ago

This is to follow the discussion on creating different events for meetup (which will require sign in) and public events which are going to be open to the masses and hence wont require registration

anvith3 commented 9 years ago

I have been trying to get the app setup in my system. Git wasn't a problem. PIP installed.

Facing issues with running the requirements script. throws an error

E:\GITHUB\rsvp\fosstr_rsvp [master]> source .venv/bin/activate

The term 'source' is not recognized as the name of a cmdlet, function, script f ile, or operable program. Check the spelling of the name, or if a path was incl uded, verify that the path is correct and try again. At line:1 char:7

  • source <<<< .venv/bin/activate
    • CategoryInfo : ObjectNotFound: (source:String) [], CommandNotFo undException
    • FullyQualifiedErrorId : CommandNotFoundException

Changed the directory to One up

E:\GITHUB\rsvp [master]> source .venv/bin/activate

The term 'source' is not recognized as the name of a cmdlet, function, script f ile, or operable program. Check the spelling of the name, or if a path was incl uded, verify that the path is correct and try again. At line:1 char:7

  • source <<<< .venv/bin/activate
    • CategoryInfo : ObjectNotFound: (source:String) [], CommandNotFo undException
    • FullyQualifiedErrorId : CommandNotFoundException

Ran the install script with requirements.txt

Tried it before so it is using cached versions of the setups.

E:\GITHUB\rsvp [master]> pip install -r requirements.txt

Collecting Django==1.7.4 (from -r requirements.txt (line 1)) Using cached Django-1.7.4-py2.py3-none-any.whl Collecting django-bootstrap3==5.1.1 (from -r requirements.txt (line 2)) Using cached django-bootstrap3-5.1.1.tar.gz Collecting django-common-helpers==0.6.4 (from -r requirements.txt (line 3)) Using cached django-common-helpers-0.6.4.tar.gz Collecting django-cron==0.3.6 (from -r requirements.txt (line 4)) Using cached django-cron-0.3.6.tar.gz Collecting pydns==2.3.6 (from -r requirements.txt (line 5)) Using cached pydns-2.3.6.tar.gz Complete output from command python setup.py egginfo: Traceback (most recent call last): File "", line 20, in File "C:\Users\Anvith KS\AppData\Local\Temp\pip-build-9u3rs2tf\pydns\setup .py", line 12, in import DNS File "C:\Users\Anvith KS\AppData\Local\Temp\pip-build-9u3rs2tf\pydns\DNS _init__.py", line 14, in import Type,Opcode,Status,Class ImportError: No module named 'Type'

←[31m Command "python setup.py egg_info" failed with error code 1 in C:\Users \Anvith KS\AppData\Local\Temp\pip-build-9u3rs2tf\pydns←[0m

Any help will be appreciated.

Please note I have zero experience in setting up Django

Regards, K.S. Anvith. CEO @ WPFog.com Co-Organizer @ Google Developers Group Belgaum +91-9480982003 +91-9900406940 Personal Site http://webmastermotu.me | Company Site http://wpfog.com | Facebook http://www.facebook.com/anvith3 | GDG Belgaum http://gdgbelgaum.com

On Fri, May 15, 2015 at 6:45 PM, Hitesh Dharmdasani < notifications@github.com> wrote:

This is to follow the discussion on creating different events for meetup (which will require sign in) and public events which are going to be open to the masses and hence wont require registration

— Reply to this email directly or view it on GitHub https://github.com/fosstr/rsvp/issues/24.

hiteshd commented 9 years ago

Hey Anvith,

source is a Linux command. And hence The term 'source' is not recognized as the name of a cmdlet,...

In the case of windows, you just run the activate binary to setup a local virtual environment. Running E:\GITHUB\rsvp\fosstr_rsvp [master]> .venv/bin/activate should do the trick.

Can you tell me the version of Python you have. All the work here has been done on 2.7.

Also, lets move this to the mailing list in the interest of not cluttering a issue with irrelevant details to the issue

anvith3 commented 9 years ago

Sorry. Didn't realise it was the notification from Git. Please delete from here if needed.