Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 185 by pablo.platt: build_media script fails
http://code.google.com/p/django-hotclub/issues/detail?id=185
What steps will reproduce the problem?
1. (pinax-env)u...@user-desktop:~/dev/myproject$ python manage.py
build_media
result:
Selected 'ajax_validation/js/jquery-ajax-validation.js' provided by
'ajax_validation'.
Traceback (most recent call last):
File "manage.py", line 22, in <module>
execute_from_command_line()
File
"/home/user/dev/pinax-env/lib/python2.5/site-packages/django/core/management/__init__.py",
line 331, in execute_from_command_line
utility.execute()
File
"/home/user/dev/pinax-env/lib/python2.5/site-packages/django/core/management/__init__.py",
line 295, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File
"/home/user/dev/pinax-env/lib/python2.5/site-packages/django/core/management/base.py",
line 192, in run_from_argv
self.execute(*args, **options.__dict__)
File
"/home/user/dev/pinax-env/lib/python2.5/site-packages/django/core/management/base.py",
line 219, in execute
output = self.handle(*args, **options)
File
"/home/user/dev/pinax-env/src/pinax/apps/misc/management/commands/build_media.py",
line 111, in handle
self.process_file(source, destination, media_root, **options)
File
"/home/user/dev/pinax-env/src/pinax/apps/misc/management/commands/build_media.py",
line 172, in process_file
os.lchown(destination_dir, uid, gid)
TypeError: an integer is required
pinax-env is under /home/user/dev/pinax-env
myproject is under /home/user/dev/myproject
The 'myproject' was created using pinax_clone_project.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" 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/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---