Re: django-admin py extension on fedora

2011-10-23 Thread flebber


On Oct 22, 1:34 pm, kenneth gonsalves  wrote:
> On Fri, 2011-10-21 at 21:28 +, Brett Epps wrote:
> > Perhaps Django is packaged differently on Fedora.  Did you install it
> > using yum?  I'd recommend installing with pip to avoid such issues,
> > and to
> > ensure you're getting the latest version.
>
> several people have had bad experiences using packaged versions of
> django on fedora.
> --
> regards
> Kenneth Gonsalves

The actual package itself works okay but have since removed it and
just installed via pip.

Sayth

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



django-admin py extension on fedora

2011-10-21 Thread flebber
Just want to double check something really minor.

The django-admin.py command on my system(fedora 15) will only invoke
without the py extension. Is this okay? the django book shows the
command with the extension.

my command line:

[sayth@sayth django]$ django-admin.py startproject mysite
bash: django-admin.py: command not found
[sayth@sayth django]$ django-admin startproject mysite
[sayth@sayth django]$


Sayth

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Vim for Python and Django

2010-09-27 Thread flebber
OKay thanks for the tortoisehg link.I get an error when trying to use
the hg command


C:\>hg clone https://trespams-vim.googlecode.com/hg/ trespams-vim
requesting all changes
adding changesets
adding manifests
adding file changes
added 13 changesets with 223 changes to 197 files
updating to branch default
abort: case-folding collision between .vim/syntax/cvsannotate.vim
and .vim/syntax/CVSAnnotate.vim


On Sep 27, 9:46 am, Tran Cao Thai <jasonvoorhees...@gmail.com> wrote:
> @flebber: try thishttp://tortoisehg.bitbucket.org/
>
> On Mon, Sep 27, 2010 at 9:28 AM, Mathieu Leduc-Hamel <marra...@gmail.com> 
> wrote:
> > Anybody know of there's the same kind of resources for emacs ?
>
> > On Sun, Sep 26, 2010 at 7:22 PM, flebber <flebber.c...@gmail.com> wrote:
> >> Do the instructions herehttp://code.google.com/p/trespams-vim/wiki/readme
> >> only work on linux ? I tried to follow it on Windows as i wanted to
> >> download and try your version but received this error.
>
> >> C:\>hg clonehttps://trespams-vim.googlecode.com/hg/trespams-vim
> >> 'hg' is not recognized as an internal or external command,
> >> operable program or batch file.
>
> >> C:\>
>
> >> On Sep 27, 2:55 am, ionut cristian cucu <cucife...@gmail.com> wrote:
> >>> Very helpful, thanks alot!
>
> >>> 2010/9/26 Piotr Zalewa <zal...@gmail.com>:
>
> >>> >  Hi Antoni,
>
> >>> > Thanks for that!
>
> >>> > zalun
>
> >>> > On 09/26/10 10:36, Antoni Aloy wrote:
> >>> >> Hello all!
>
> >>> >> In this list we have a recurrent thread: "What'ts the best IDE for
> >>> >> Django and Python development?" trespams-vim is my try to answer this
> >>> >> question for people who likes to have a very powerful editor and needs
> >>> >> to have an editor which is able to run in the desktop as well as in a
> >>> >> remote session. I have updated the previous version with delimMate and
> >>> >> easytags, so actually you'll find:
>
> >>> >> * Syntax highlight
> >>> >> * Python autocompletion
> >>> >> * Smart tabbing
> >>> >> * Templates for Python, Django, js, html, ... (just try to edit a
> >>> >> python file and press sbu + tab as an example)
> >>> >> * Add/remove comments on multiple lines
> >>> >> * Tabs
> >>> >> * Surround
> >>> >> * marks
>
> >>> >> etc. etc. :
>
> >>> >> This is a list of my favorite shortcuts
>
> >>> >>http://code.google.com/p/trespams-vim/wiki/readme
>
> >>> >> So, you'll find a collection of plugins and .vimrc settings that I
> >>> >> have found very useful in my day-by-day work in Python and Django.
>
> >>> >>http://code.google.com/p/trespams-vim/
>
> >>> >> Happy coding!
>
> >>> > --
> >>> > blog  http://piotr.zalewa.info
> >>> > jobs  http://webdev.zalewa.info
> >>> > twit  http://twitter.com/zalun
> >>> > face  http://facebook.com/zaloon
>
> >>> > --
> >>> > You received this message because you are subscribed to the Google 
> >>> > Groups "Django users" group.
> >>> > To post to this group, send email to django-us...@googlegroups.com.
> >>> > To unsubscribe from this group, send email to 
> >>> > django-users+unsubscr...@googlegroups.com.
> >>> > For more options, visit this group 
> >>> > athttp://groups.google.com/group/django-users?hl=en.
>
> >> --
> >> You received this message because you are subscribed to the Google Groups 
> >> "Django users" group.
> >> To post to this group, send email to django-us...@googlegroups.com.
> >> To unsubscribe from this group, send email to 
> >> django-users+unsubscr...@googlegroups.com.
> >> For more options, visit this group 
> >> athttp://groups.google.com/group/django-users?hl=en.
>
> > --
> > Mathieu Leduc-Hamel
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Django users" group.
> > To post to this group, send email to django-us...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > django-users+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/django-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Vim for Python and Django

2010-09-26 Thread flebber
Do the instructions here http://code.google.com/p/trespams-vim/wiki/readme
only work on linux ? I tried to follow it on Windows as i wanted to
download and try your version but received this error.

C:\>hg clone https://trespams-vim.googlecode.com/hg/ trespams-vim
'hg' is not recognized as an internal or external command,
operable program or batch file.

C:\>


On Sep 27, 2:55 am, ionut cristian cucu  wrote:
> Very helpful, thanks alot!
>
> 2010/9/26 Piotr Zalewa :
>
> >  Hi Antoni,
>
> > Thanks for that!
>
> > zalun
>
> > On 09/26/10 10:36, Antoni Aloy wrote:
> >> Hello all!
>
> >> In this list we have a recurrent thread: "What'ts the best IDE for
> >> Django and Python development?" trespams-vim is my try to answer this
> >> question for people who likes to have a very powerful editor and needs
> >> to have an editor which is able to run in the desktop as well as in a
> >> remote session. I have updated the previous version with delimMate and
> >> easytags, so actually you'll find:
>
> >> * Syntax highlight
> >> * Python autocompletion
> >> * Smart tabbing
> >> * Templates for Python, Django, js, html, ... (just try to edit a
> >> python file and press sbu + tab as an example)
> >> * Add/remove comments on multiple lines
> >> * Tabs
> >> * Surround
> >> * marks
>
> >> etc. etc. :
>
> >> This is a list of my favorite shortcuts
>
> >>http://code.google.com/p/trespams-vim/wiki/readme
>
> >> So, you'll find a collection of plugins and .vimrc settings that I
> >> have found very useful in my day-by-day work in Python and Django.
>
> >>http://code.google.com/p/trespams-vim/
>
> >> Happy coding!
>
> > --
> > blog  http://piotr.zalewa.info
> > jobs  http://webdev.zalewa.info
> > twit  http://twitter.com/zalun
> > face  http://facebook.com/zaloon
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Django users" group.
> > To post to this group, send email to django-us...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > django-users+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/django-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.