I would check your MANIFEST.in file. It seems like it's probably including a reference to that directory, but that directory doesn't exist. That would cause setup to fail, definitely.
Alternately, the reference might be in your setup.py, which would do the same thing. On Thu, Nov 1, 2012 at 12:27 PM, snakewrestler <[email protected]>wrote: > When I run python setup.py bdist to build a distribution egg, get hung up > on directory in CSS folder. > > (forecast)Andrake-Collinss-MacBook-Pro:sales andrake$ python setup.py > bdist_egg > (['TurboGears2 >= 2.1', 'Mako', 'zope.sqlalchemy >= 0.4', 'repoze.tm2 >= > 1.0a5', 'repoze.what-quickstart', 'repoze.what >= 1.0.8', > 'repoze.what-quickstart', 'repoze.who-friendlyform >= 1.0.4', > 'repoze.what-pylons >= 1.0', 'repoze.what.plugins.sql', 'repoze.who == > 1.0.18', 'tgext.admin >= 0.3.9', 'tw.forms', 'tw2.jqplugins.jqgrid', > 'tw2.jqplugins.jqplot', 'tw2.jqplugins.portlets'],) > running bdist_egg > running egg_info > writing requirements to sales.egg-info/requires.txt > writing sales.egg-info/PKG-INFO > writing top-level names to sales.egg-info/top_level.txt > writing dependency_links to sales.egg-info/dependency_links.txt > writing entry points to sales.egg-info/entry_points.txt > writing paster_plugins to sales.egg-info/paster_plugins.txt > reading manifest file 'sales.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > writing manifest file 'sales.egg-info/SOURCES.txt' > installing library code to build/bdist.macosx-10.6-intel/egg > running install_lib > running build_py > error: can't copy 'sales/public/css/datatables': doesn't exist or not a > regular file > > Any advice on how to fix. > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "TurboGears" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/turbogears/-/o84jl0SCm1oJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/turbogears?hl=en. > -- Michael J. Pedersen My Online Resume: http://www.icelus.org/ -- Google+ http://plus.ly/pedersen Google Talk: [email protected] -- Twitter: pedersentg -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

