Ciao, ho fatto due prove, se lancio i comandi dalla shell senza entrare nel sistema virtualenv i risultati sono:
python = Python 2.4.3 (#1, Apr 7 2006, 10:54:33) which python = /Library/Frameworks/Python.framework/Versions/Current/bin/python Se entra nell'ambiente appena creato: python = Python 2.4.6 (#1, Mar 2 2010, 10:19:43) which python = /Users/andrea/virtual/2.4/plone3/bin/python per entrare nel sistema e attivarlo faccio: cd virtual/2.4/plone3/ source bin/activate Mi sembra tutto corretto :( Il giorno 02/mar/2010, alle ore 12.07, Vito Falco ha scritto: > Prima domanda: quando in shell digiti "python" chi ti risponde? Sei sicuro > che il 2.4.6? > E poi, se dai in shell "which python" ? > > Vito > > Il giorno 02 marzo 2010 11.48, Andrea Marin <[email protected]> ha > scritto: > Ciao a tutti, > > seguendo una guida fatta da Vito sul suo blog > http://appuntiplone.wordpress.com/2010/01/14/plone-3-buildout-su-snowleopard-a-32bit/ > sto cercando di installare il sistema base per poi avere un'istanza Plone > configurata e pronta per lavorarci su. > > Seguendo la sua guida ho installato Xcode, MacPort, Python2.4.6 via MacPort, > PIL, patchato asyncore, easy:install, virtualenv > A questo punto dovrei installare ZopeSkel, purtroppo durante l'installazione > di quest'ultimo ho un problema. > > Vi posto l'output del comando, così magari mi potete aiutare: > > (plone3)MacBook-Pro-di-Andrea-Marin:~ andrea$ easy_install ZopeSkel > Searching for ZopeSkel > Best match: ZopeSkel 2.15 > Processing ZopeSkel-2.15-py2.4.egg > ZopeSkel 2.15 is already the active version in easy-install.pth > Installing zopeskel script to /Users/andrea/virtual/2.4/plone3/bin > > Using > /Users/andrea/virtual/2.4/plone3/lib/python2.4/site-packages/ZopeSkel-2.15-py2.4.egg > Processing dependencies for ZopeSkel > Searching for Cheetah>1.0,<=2.2.1 > Reading http://pypi.python.org/simple/Cheetah/ > Reading http://www.CheetahTemplate.org/ > Reading http://sourceforge.net/project/showfiles.php?group_id=28961 > Reading http://www.cheetahtemplate.org/ > Best match: Cheetah 2.2.1 > Downloading > http://sourceforge.net/projects/cheetahtemplate/files/Cheetah/v2.2.1/Cheetah-2.2.1.tar.gz/download > Processing download > Running Cheetah-2.2.1/setup.py -q bdist_egg --dist-dir > /var/folders/3G/3GxY-NI7HQyEvCKsOQGJoU+++TI/-Tmp-/easy_install-JbEiqi/Cheetah-2.2.1/egg-dist-tmp-YMTXeS > warning: no files found matching '*.cfg' > warning: no files found matching 'examples' > warning: no files found matching 'docs' > warning: no files found matching 'bin' > warning: no files found matching '*' under directory 'docs' > warning: no files found matching '*' under directory 'examples' > warning: no previously-included files matching '*.pyc' found under directory > 'src' > warning: no previously-included files matching '*~' found under directory > 'src' > warning: no previously-included files matching '*.aux' found under directory > 'src' > warning: no previously-included files matching '*~' found under directory > 'docs' > warning: no previously-included files matching '*.aux' found under directory > 'docs' > zip_safe flag not set; analyzing archive contents... > Cheetah.Filters: module references __file__ > Cheetah.ImportHooks: module references __file__ > Cheetah.ImportManager: module references __file__ > Cheetah.ImportManager: module references __path__ > Cheetah.NameMapper: module MAY be using inspect.stack > Cheetah.Template: module references __file__ > Cheetah.Tests.Template: module references __file__ > No eggs found in > /var/folders/3G/3GxY-NI7HQyEvCKsOQGJoU+++TI/-Tmp-/easy_install-JbEiqi/Cheetah-2.2.1/egg-dist-tmp-YMTXeS > (setup script problem?) > error: Could not find required distribution Cheetah>1.0,<=2.2.1 > > > Ciao e grazie. > > > _______________________________________________ > Plone-IT mailing list > [email protected] > http://lists.plone.org/mailman/listinfo/plone-it > http://www.nabble.com/Plone---Italy-f21728.html > > > > -- > http://appuntiplone.wordpress.com (IT) - http://notasdeplone.wordpress.com > (ES) > "Design is the method of putting form and content together. Design, just as > art, has multiple definitions; there is no single definition. Design can be > art. Design can be aesthetics. Design is so simple, that's why it is so > complicated." by Paul Rand > _______________________________________________ > Plone-IT mailing list > [email protected] > http://lists.plone.org/mailman/listinfo/plone-it > http://www.nabble.com/Plone---Italy-f21728.html
_______________________________________________ Plone-IT mailing list [email protected] http://lists.plone.org/mailman/listinfo/plone-it http://www.nabble.com/Plone---Italy-f21728.html
