Re: Power BI integration with django

2019-11-27 Thread Antonio CG
ty El miércoles, 27 de noviembre de 2019, 19:39:04 (UTC+1), Integr@te System escribió: > > Hi friend, > > Blessing u: > > powerBI rest API: > https://docs.microsoft.com/en-us/rest/api/power-bi/embedtoken > > Ironpython integrated .Net: > https://ironpython.net/ > > On Wed, Nov 27, 2019, 22:21 Bri

Re: Problems with first tutorial

2012-10-02 Thread CG
Hi Russ, Thanks for the warning. I have actually worked a little with django before so am not a starter. I work with Python 3 on a daily basis and am more interested in getting django to work with it. Hence I am using the dev version. Thanks for the input. I will get the latest asap. -- You re

Re: Problems with first tutorial

2012-10-02 Thread CG
Sorry for the late reply since I saw this only now. I also have the dev version of Django installed and ran into this error. Seems like this is an error in the django code. I was able to bypass this and fire up the shell by just commenting the 'import user' line in shell.py in ../django/core/man

Re: Setup issue

2011-01-04 Thread CG
Are you running "django-admin.py startproject projectname" within the python interpreter? Its supposed to run outside of the interpreter on the command line. On Jan 4, 3:17 pm, Phil wrote: > Hi all, > > I am having a setup issue on my personal laptop, I got through setup > and couple of tutorials

MySQLdb setup on snow leopard help

2010-04-08 Thread CG
I have successfully setup django, although I am not sure how I did it. Now I am trying to setup MySQLdb but keep getting the error File "setup.py", line 5, in from setuptools import setup, Extension ImportError: No module named setuptools -- You received this message because you are subs

Re: Setting up Django on snow leopard

2010-04-08 Thread CG
I have successfully setup django, although I am not sure how I did it. Now I am trying to setup MySQLdb but keep getting the error File "setup.py", line 5, in from setuptools import setup, Extension ImportError: No module named setuptools On Apr 8, 12:45 pm, CG wrote:

Re: Setting up Django on snow leopard

2010-04-08 Thread CG
Nothing happens, I just get a > On Apr 8, 12:39 pm, Tim Shaffer wrote: > Very strange. What happens if you open a new Terminal window and run > the following? > > python -c "import sys; print sys.path" -- You received this message because you are subscribed to the Google Groups "Django users"

Re: Setting up Django on snow leopard

2010-04-08 Thread CG
Hi Tim, Thank you for responding. When I run: import sys for p in sys.path: print p It does not print anything. The path is to the django site packages is /Library/Python/2.6/site- packages/Django-1.1.1-py2.6.egg/django On Apr 8, 12:26 pm, Tim Shaffer wrote: > What is the absolute path to

Setting up Django on snow leopard

2010-04-08 Thread CG
Hello, I am trying to setup Django on snow leopard and I am running into some problems. I have succesfully run the install from the command line, and can see the Django folder in my python 2.6 site packages folder. However when I try to import django in the idle tool, I get an error that says Tra

Re: Localhost does not work with django web server but works with Tomcat

2009-03-14 Thread CG
Karen, Apologize for the late reply. Thanks for the excellent catch, it was indeed an IPv6 issue. I just had to update my hosts file on windows vista to include an entry for 127.0.0.1 and it worked! Thanks again CG On Mar 10, 10:02 pm, Karen Tracey wrote: > On Tue, Mar 10, 2009 at 7:12 PM,

Localhost does not work with django web server but works with Tomcat

2009-03-10 Thread CG
webserver plainly with "python manage.py runserver" and I am able to bring up the django page with the url http://127.0.0.1:8000 Thanks CG --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users&quo

Django in runfcgi mode does not have log even is daemonize=false

2008-12-29 Thread CG
. Anybody can help ? Thanks. CG --~--~-~--~~~---~--~~ 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, sen