google-code-export / crunchyfrog

Automatically exported from code.google.com/p/crunchyfrog
0 stars 0 forks source link

setup tools installation requires sphinx prerequisite #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.python -m easy_install crunchyforg

What is the expected output? What do you see instead?

Processing crunchyfrog-0.4.0.tar.gz
Running crunchyfrog-0.4.0\setup.py -q bdist_egg --dist-dir 
c:\temp\easy_install-tbbyks\crunchyfrog-0.4.0\egg-dist-tmp-9lrkvs
Traceback (most recent call last):
  File "C:\~env\Python26\lib\runpy.py", line 122, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "C:\~env\Python26\lib\runpy.py", line 34, in _run_code
    exec code in run_globals
  File "C:\~env\Python26\lib\site-packages\setuptools-0.6c9-
py2.6.egg\easy_insta
ll.py", line 5, in <module>
  File "C:\~env\Python26\lib\site-packages\setuptools-0.6c9-
py2.6.egg\setuptools
\command\easy_install.py", line 1671, in main
  File "C:\~env\Python26\lib\site-packages\setuptools-0.6c9-
py2.6.egg\setuptools
\command\easy_install.py", line 1659, in with_ei_usage
  File "C:\~env\Python26\lib\site-packages\setuptools-0.6c9-
py2.6.egg\setuptools
\command\easy_install.py", line 1675, in <lambda>
  File "C:\~env\Python26\lib\distutils\core.py", line 152, in setup
    dist.run_commands()
  File "C:\~env\Python26\lib\distutils\dist.py", line 975, in run_commands
    self.run_command(cmd)
  File "C:\~env\Python26\lib\distutils\dist.py", line 995, in run_command
    cmd_obj.run()
  File "C:\~env\Python26\lib\site-packages\setuptools-0.6c9-
py2.6.egg\setuptools
\command\easy_install.py", line 211, in run
  File "C:\~env\Python26\lib\site-packages\setuptools-0.6c9-
py2.6.egg\setuptools
\command\easy_install.py", line 446, in easy_install
  File "C:\~env\Python26\lib\site-packages\setuptools-0.6c9-
py2.6.egg\setuptools
\command\easy_install.py", line 476, in install_item
  File "C:\~env\Python26\lib\site-packages\setuptools-0.6c9-
py2.6.egg\setuptools
\command\easy_install.py", line 655, in install_eggs
  File "C:\~env\Python26\lib\site-packages\setuptools-0.6c9-
py2.6.egg\setuptools
\command\easy_install.py", line 930, in build_and_install
  File "C:\~env\Python26\lib\site-packages\setuptools-0.6c9-
py2.6.egg\setuptools
\command\easy_install.py", line 919, in run_setup
  File "C:\~env\Python26\lib\site-packages\setuptools-0.6c9-
py2.6.egg\setuptools
\sandbox.py", line 27, in run_setup
  File "C:\~env\Python26\lib\site-packages\setuptools-0.6c9-
py2.6.egg\setuptools
\sandbox.py", line 63, in run
  File "C:\~env\Python26\lib\site-packages\setuptools-0.6c9-
py2.6.egg\setuptools
\sandbox.py", line 29, in <lambda>
  File "setup.py", line 33, in <module>
  File "c:\temp\easy_install-tbbyks\crunchyfrog-0.4.
0\utils\command\sphinx_build.py", line 22, in <module>
ImportError: No module named sphinx.application

Original issue reported on code.google.com by techtonik@gmail.com on 20 Jul 2009 at 5:51

GoogleCodeExporter commented 9 years ago
This application doesn't use setuptools. The sphinx requirement for installing 
CrunchyFrog was added to the Wiki: 
http://code.google.com/p/crunchyfrog/wiki/Requirements
I'm closing this issue as a WontFix as no code change was actually made.
Thanks for reporting!

Original comment by albrecht.andi on 20 Jul 2009 at 7:41

GoogleCodeExporter commented 9 years ago
Too bad. It could be nice to have all dependencies installed automatically.

Original comment by techtonik@gmail.com on 20 Jul 2009 at 9:57

GoogleCodeExporter commented 9 years ago
I don't think that's possible. PyGTK for example should be already installed on 
most 
Linux systems and compiling and installing a newer version side by side to the 
systems version isn't the desired result.
Another problem are the database modules. It depends on your needs which 
database 
modules need to be installed. And then again, each module needs to be compiled 
at 
least on Linux systems, which means that all libraries needed for compilation 
need to 
be installed too.

I've noticed that you are working on Windows. It would be great to have some 
feedback 
(or even better some patches :) in case you've get it running :) There are some 
preliminary instructions on the wiki: 
http://code.google.com/p/crunchyfrog/wiki/InstallingOnWindows

Original comment by albrecht.andi on 21 Jul 2009 at 4:52