Guest User

Untitled

a guest
Feb 21st, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.33 KB | None | 0 0
  1. C:\tg>tg-admin quickstart --sqlalchemy
  2. Enter project name: projectx
  3. Enter package name [projectx]:
  4. Do you need Identity (usernames/passwords) in this project? [no]
  5. Selected and implied templates:
  6. turbogears#tgbase tg base template
  7. turbogears#turbogears web framework
  8.  
  9. Variables:
  10. egg: projectx
  11. identity: none
  12. package: projectx
  13. project: projectx
  14. sqlalchemy: True
  15. Creating template tgbase
  16. Creating directory .\projectx
  17. Recursing into +einame+.egg-info
  18. Creating .\projectx\projectx.egg-info/
  19. Copying PKG-INFO to .\projectx\projectx.egg-info\PKG-INFO
  20. Copying paster_plugins.txt to .\projectx\projectx.egg-info\paster_plugins.tx
  21. t
  22. Copying sqlobject.txt_tmpl to .\projectx\projectx.egg-info\sqlobject.txt
  23. Recursing into +package+
  24. Creating .\projectx\projectx/
  25. Copying __init__.py_tmpl to .\projectx\projectx\__init__.py
  26. Copying release.py_tmpl to .\projectx\projectx\release.py
  27. Recursing into static
  28. Creating .\projectx\projectx\static/
  29. Recursing into css
  30. Creating .\projectx\projectx\static\css/
  31. Copying empty to .\projectx\projectx\static\css\empty
  32. Copying style.css to .\projectx\projectx\static\css\style.css
  33. Recursing into images
  34. Creating .\projectx\projectx\static\images/
  35. Copying favicon.ico to .\projectx\projectx\static\images\favicon.ico
  36. Copying header_inner.png to .\projectx\projectx\static\images\header_inn
  37. er.png
  38. Copying info.png to .\projectx\projectx\static\images\info.png
  39. Copying ok.png to .\projectx\projectx\static\images\ok.png
  40. Copying tg_under_the_hood.png to .\projectx\projectx\static\images\tg_un
  41. der_the_hood.png
  42. Copying under_the_hood_blue.png to .\projectx\projectx\static\images\und
  43. er_the_hood_blue.png
  44. Recursing into javascript
  45. Creating .\projectx\projectx\static\javascript/
  46. Copying empty to .\projectx\projectx\static\javascript\empty
  47. Recursing into templates
  48. Creating .\projectx\projectx\templates/
  49. Copying __init__.py_tmpl to .\projectx\projectx\templates\__init__.py
  50. Creating template turbogears
  51. Recursing into +package+
  52. Recursing into config
  53. Creating .\projectx\projectx\config/
  54. C:\Python24\lib\site-packages\cheetah-2.0rc7-py2.4.egg\Cheetah\Compiler.py:1507:
  55. UserWarning:
  56. You don't have the C version of NameMapper installed! I'm disabling Cheetah's us
  57. eStackFrames option as it is painfully slow with the Python version of NameMappe
  58. r. You should get a copy of Cheetah with the compiled C version of NameMapper.
  59. warnings.warn(
  60. C:\Python24\lib\site-packages\cheetah-2.0rc7-py2.4.egg\Cheetah\Compiler.py:1557:
  61. UserWarning: You supplied an empty string for the source!
  62. warnings.warn("You supplied an empty string for the source!", )
  63. Copying __init__.py_tmpl to .\projectx\projectx\config\__init__.py
  64. Copying app.cfg_tmpl to .\projectx\projectx\config\app.cfg
  65. Copying log.cfg_tmpl to .\projectx\projectx\config\log.cfg
  66. Copying controllers.py_tmpl to .\projectx\projectx\controllers.py
  67. Copying json.py_tmpl to .\projectx\projectx\json.py
  68. Copying model.py_tmpl to .\projectx\projectx\model.py
  69. Recursing into sqlobject-history
  70. Creating .\projectx\projectx\sqlobject-history/
  71. Copying empty to .\projectx\projectx\sqlobject-history\empty
  72. Recursing into templates
  73. Copying login.kid to .\projectx\projectx\templates\login.kid
  74. Copying master.kid to .\projectx\projectx\templates\master.kid
  75. Copying welcome.kid to .\projectx\projectx\templates\welcome.kid
  76. Recursing into tests
  77. Creating .\projectx\projectx\tests/
  78. Copying __init__.py_tmpl to .\projectx\projectx\tests\__init__.py
  79. Copying test_controllers.py_tmpl to .\projectx\projectx\tests\test_control
  80. lers.py
  81. Copying test_model.py_tmpl to .\projectx\projectx\tests\test_model.py
  82. Copying README.txt_tmpl to .\projectx\README.txt
  83. Copying dev.cfg_tmpl to .\projectx\dev.cfg
  84. Copying sample-prod.cfg_tmpl to .\projectx\sample-prod.cfg
  85. Copying setup.py_tmpl to .\projectx\setup.py
  86. Copying start-+package+.py_tmpl to .\projectx\start-projectx.py
  87. Running C:\Python24\python.exe setup.py egg_info
  88. Adding TurboGears to paster_plugins.txt
  89. running egg_info
  90. writing requirements to projectx.egg-info\requires.txt
  91. writing projectx.egg-info\PKG-INFO
  92. writing top-level names to projectx.egg-info\top_level.txt
  93. writing dependency_links to projectx.egg-info\dependency_links.txt
  94. reading manifest file 'projectx.egg-info\SOURCES.txt'
  95. writing manifest file 'projectx.egg-info\SOURCES.txt'
  96.  
  97. C:\tg>cd projectx
  98.  
  99. C:\tg\projectx>tg-admin sql create
  100. Creating tables at sqlite:///c:/tg/projectx/projectx.sqlite
  101. Traceback (most recent call last):
  102. File "C:\Python24\Scripts\tg-admin-script.py", line 7, in ?
  103. sys.exit(
  104. File "c:\python24\lib\site-packages\TurboGears-1.0b1-py2.4.egg\turbogears\comm
  105. and\base.py", line 356, in main
  106. command.run()
  107. File "c:\python24\lib\site-packages\TurboGears-1.0b1-py2.4.egg\turbogears\comm
  108. and\base.py", line 115, in run
  109. sacommand(sqlobjcommand, sys.argv)
  110. File "<string>", line 5, in sacommand
  111. File "c:\python24\lib\site-packages\TurboGears-1.0b1-py2.4.egg\turbogears\comm
  112. and\base.py", line 67, in sacreate
  113. from turbogears.database import bind_meta_data, metadata
  114. ImportError: cannot import name bind_meta_data
Add Comment
Please, Sign In to add comment