Questions tagged [bottle]

Bottle is a fast, simple and lightweight WSGI micro web-framework for Python.

Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. It is distributed as a single file module and has no dependencies other than the Python Standard Library.

It offers request dispatching (URL routing) with URL parameter support, templates, a built-in HTTP Server and adapters for many third party WSGI/HTTP-server and template engines.

Source: Bottle PY

4 questions
2
votes
1 answer

Installation issues for Virtualenv and VirtualenvWrapper in 13.04

Ubuntu Server in VirtualBox. I am trying to install VirtualEnv to start learning Flask and bottle. Some details of my setup. vks@UbSrVb:~$ cat /etc/os-release NAME="Ubuntu" VERSION="12.04.2 LTS, Precise…
Vivek Sharma
  • 1,160
  • 2
  • 12
  • 25
1
vote
0 answers

Open bottle app at startup

I want to open an app in bottles-the environment for windows apps, when startup my laptop automatically. How can i do this? I'm new to Linux and just installed Ubuntu recently. I want to make it like window i used to work with.
Nhan Minh
  • 11
  • 2
0
votes
1 answer

feedingbottle/n”export: No such file or directory

I'm noob in linux, so i install feedingbottle, but then I open terminal showing this: bash: “PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/bin/feedingbottle/n”export: No such file or directory The…
0
votes
1 answer

run bottle app on my server

I program my app with python Bottle in my pc. I run my app with run(host='localhost', port = 80) I want to run app on my ubuntu VPS that installed virtualmin on it. how can i do this?
user2517728
  • 53
  • 1
  • 2
  • 9