[web2py] Interactive maps using HTML5 data tags, no coding!

2013-10-21 Thread Tim Michelsen
Hello, this is an ideal library for working with web2py & maps: Interactive maps using HTML5 data tags, no coding! http://geo5.org/ Kind regards, Timmie -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.goog

[web2py] Re: Do you use web2py professionally?

2013-08-12 Thread Tim Michelsen
Hello, very intersting > web2py makes it really easy to build little utility apps to replace > spreadsheets and access databases. Could you give an exmaple in which workflow this is used? Any I would be interested in learning about your development appraoch. Especially when replacing the monstrou

[web2py] link: MPL webagg-backend

2013-08-01 Thread Tim Michelsen
http://matplotlib.org/users/whats_new.html#webagg-backend -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more opt

[web2py] Use: pandas.io.html.read_html [was: Re: scraping utils in controller]

2013-05-06 Thread Tim Michelsen
> That same code works in a controller -- it was merely being demonstrated > in a shell. Instead of urllib.urlopen, you can now use fetch (which also > works on GAE): > > | > fromgluon.tools importfetch > page =TAG(fetch('http://www.web2py.com')) > page.elements('div')# gives you a list of all DIV

[web2py] scraping utils in controller

2013-05-03 Thread Tim Michelsen
Hello, is there an example how to use this: scraping utils https://groups.google.com/forum/?fromgroups=#!topic/web2py/skcc2ql3zOs in a controller? Especially the first lines (fetching the page and getting it into an element) is what I am looking for. The above example is made for the shell acc

[web2py] Re: Help with testing new app

2013-04-28 Thread Tim Michelsen
> Comments/suggestions? The whole introduction could be bit more clear: "Social Reporting Solution for Faculty, Students, and other University Employees with Integrated E-Portolio " What are the key functionality and pupose your are helping with?" -- --- You received this message because you

[web2py] Status of workflow functionality

2013-03-11 Thread Tim Michelsen
Hello, what is the current status of the workflow engine? https://groups.google.com/forum/#!topic/web2py/osEmmtu9hlg Thanks in advance for any update, Timmie -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group

[web2py] [OFF-TOPIC] Recipe for keeping Google Code & GitHub in sync

2012-10-04 Thread Tim Michelsen
Hello, I have a question that I would need for another project: What approach do you use to keep Google Code & GitHub in sync? Do you use post-commit hooks or is it done automatically by GitHub? or do you have even yet another script that runs on cron basis and does this? I would really appreci

[web2py] Re: pandas and web2py

2012-09-24 Thread Tim Michelsen
> i think i can do > equipment = db().select.as_dict() > df = DataFrame(equipment) > > but how to display pandas DataFrame object in web2py view? > or how to convert in to something i can display in view? Did you look at to_html? Formatting DataFrame as HTML http://wesmckinney.com/blog/?p=356

[web2py] timezone support in dal, assumes local time is gmt time

2012-08-21 Thread Tim Michelsen
Could you explain this functionality, its application and settings? https://github.com/web2py/web2py/commit/ed485d38abe90e2c8f6578252d69fa9ebd4b98c1 --

[web2py] Re: need a simple wiki...

2012-08-21 Thread Tim Michelsen
I reverted trunk to the older Storage but this is not the end of this. We are still working to replace it in a backward compatible way OK, now it works. But why do I always get "Registration needs Verification"? Can this be switched off? --

[web2py] Re: need a simple wiki...

2012-08-20 Thread Tim Michelsen
I just gave it a try and it didnt work as stated. In my index.py file I have the return auth.wiki() directive there but whenever I try to view the page I get a login page and after that a 401 unauthorized error. I also have a problem to create a new user (register) from the frontend. With curre

[web2py] Re: Where to host web2py

2012-08-19 Thread Tim Michelsen
Can you please comment on how your Linode instances compare with pythonanywhere in terms of responsiveness and speed? Are you saying that Did anyone suceed in hosting the web2py app on pythonanywhere private (e.g. hidden from the public) so that the app can be tested before going live? --

[web2py] Exploring Muvuca [Re: A Web2py CMS like Joomla ?]

2012-07-31 Thread Tim Michelsen
Is this list OK for discussing the app? Or do you prefer Github issues? --

[web2py] Re: A Web2py CMS like Joomla ?

2012-07-31 Thread Tim Michelsen
To work, you can just remove the 'x' arg from the install function. (include the x again after you installed it, you do not want someone to redefine your setup) after that, the page just showed: bootstrap an then, index shows the error: Traceback (most recent call last): File "/web2py_git

[web2py] Re: A Web2py CMS like Joomla ?

2012-07-31 Thread Tim Michelsen
1) Get trunk 2) make a group called 'wiki_editor', make ourself member of the group using appadmin 3) def index(): return auth.wiki() 4) visit index(). I get the new menu but cannot edit pages http://127.0.0.1:8000/auth_wiki/default/index/_edit/index Object exists and cannot be redefined:

[web2py] Re: A Web2py CMS like Joomla ?

2012-07-31 Thread Tim Michelsen
1) Get trunk 2) make a group called 'wiki_editor', make ourself member of the group using appadmin 3) def index(): return auth.wiki() 4) visit index(). I get the new menu but cannot edit pages --

[web2py] Re: A Web2py CMS like Joomla ?

2012-07-31 Thread Tim Michelsen
I agree that we need to focus on PLUGIN-SYSTEM improvement. This would mean: Every new functionality a developer creates for the own appliance shall be in a modular fashion like on your exaplanation: http://movu.ca/demo/article/show/9/using-modules-in-web2py Then they woudl be easily shareable

[web2py] Re: A Web2py CMS like Joomla ?

2012-07-31 Thread Tim Michelsen
Movu.ca can be used as a base for all those things. Also, the publushing system that Massimo created can be easily integrated with Movu.ca for page administrations. I am trying it out now on web2py trunk: http://localhost:8000/demo/setup/install yields: invalid function (setup/install) Is thi

[web2py] Re: A Web2py CMS like Joomla ?

2012-07-31 Thread Tim Michelsen
Hello, as a follow up on the CMS thread two questions on the Mucuva CMS: Instant Press is built by @Martin and I dont know if he gets contribution Movu.ca is built by @rochacbruno (me) and I did not get too much contribution (two or 3 people helped with ideas and translations) Page order

[web2py] Re: A Web2py CMS like Joomla ?

2012-07-31 Thread Tim Michelsen
On 31.07.2012 17:51, wrote Massimo Di Pierro: > I agree web2py needs a good CMS. The problem is that different people On 31.07.2012 15:08, wrote Mariano Reingart: On Mon, Jul 30, 2012 at 6:13 PM, Tim Michelsen wrote: Instant Press is built by @Martin and I dont know if he gets contribut

[web2py] Re: A Web2py CMS like Joomla ?

2012-07-31 Thread Tim Michelsen
web2cms but nobody has contributed to it. :-( To me this looked more of a web scraper proof of concept. Now I am trying put some of that logic into auth.wiki() what is auth.wiki(), please? --

[web2py] Questions on Muvuca

2012-07-31 Thread Tim Michelsen
Hello, as a follow up on the CMS thread two questions on the Mucuva CMS: Page order _ Is it possible to make a sticky page hierarchy such as like with Wordpress pages? Example: http://codex.wordpress.org/Pages#Organizing_Your_Pages Products __ http://movu.ca/demo/a

[web2py] Re: Django vs. Web2py (was Re: A Web2py CMS like Joomla ?)

2012-07-30 Thread Tim Michelsen
If I wasn't working on a separate sizable web2py project (a social-network) then I'd build this (a CMS) with specifications similar to Mezzanine. But hold on a month or two, and you'll see fairly similar features in my social-network + more. Yes, please keep us updated! --

[web2py] Re: A Web2py CMS like Joomla ?

2012-07-30 Thread Tim Michelsen
Instant Press is built by @Martin and I dont know if he gets contribution Movu.ca is built by @rochacbruno (me) and I did not get too much contribution (two or 3 people helped with ideas and translations) Do you think muvuca could be staffed with the features shown in Mezzanine (I haven't know it

[web2py] Re: Time to move from Google Groups to a web2py or python??

2012-04-22 Thread Tim Michelsen
+1 for a Stack Overflow Channel! But you gannot read this via Gmane. What is wrong with Google groups via Gmane? This could even be combined with a Nabble forum.

[web2py] [BUG in w2p book] Re: a web2py powered shop (solution)

2012-04-21 Thread Tim Michelsen
Is there such a snippet/plugin already existing? BTW: the recipies on http://web2py.com/books/default/chapter/29/14?search=payment#Accepting-credit-card-payments are not working.

[web2py] a web2py powered shop (solution)

2012-04-21 Thread Tim Michelsen
Hello, I am thinking of a project where I need the integration of a web shop or payment functionalities. Is there such a snippet/plugin already existing? Can you point me to a website build with W2P where I could look for some inspiration? Thanks and regards, Timmie

[web2py] Re: [OT] Re: Spatial / GIS support in DAL

2012-04-11 Thread Tim Michelsen
Wow, old URL! Where's your current roadmap? Maybe I go and pickup something.

[web2py] [OT] Re: Spatial / GIS support in DAL

2012-03-26 Thread Tim Michelsen
Am 20.03.2012 01:24, schrieb DenesL: Spatial / GIS support (in latest trunk) = Sponsored by AidIQ for use by Sahana Eden Very cool. Great news. Has the Sahana Eden team also implemented a solution to the proxy issue with the JS mapping frameworks such as openlayers? begin

[web2py] Re: Trunk from GIT?

2012-03-05 Thread Tim Michelsen
Hi, web2py was not owned my be. Now it is. I will move trunk from mdipierro/web2py to web2py/web2py. Probably later today. I'd be interested to know how you keep github auomatically in sync with your mercurial stuff. Could you explain that? Thanks.

[web2py] possible web2py job in Germany

2011-06-15 Thread Tim Michelsen
http://www.axantis.com/job.php?postid=833 (I am just reposting.)

[web2py] [Off topic] Re: CarPool web2py anyone?

2011-05-13 Thread Tim Michelsen
>> What is illegal? If you havve to come to Germany use: http://www.mitfahrgelegenheit.de/ Not illegal and widely used. Safe trips to anyone!

[web2py] LINK: TyphoonAE

2011-03-13 Thread Tim Michelsen
http://code.google.com/p/typhoonae/ The TyphoonAE project aims at providing a full-featured and productive serving environment to run Google App Engine (Python) applications. It delivers the parts for building your own scalable App Engine while staying compatible with Google's API. Important note

[web2py] Re: Spatial Database Modeling

2011-02-21 Thread Tim Michelsen
> extension for web2py or if it's better to turn to geoDjango. Considering > that Massimo said that "Most of that work was done on a very old web2py > version" I'd like to know how different is the web2py code now. For > examples I started studing mr Tsega thesis and I couldn't find a > "translator

[web2py] Re: GSOC who is in charge and how should we proceed?

2011-02-21 Thread Tim Michelsen
>>> We need get our applications in very soon so let's get cracking! >>> Who is in charge of this and how can I help? >> Shall we collect Ideas on the google code wiki and then vote? >> > Do we have a wiki for this somewhere? I think we could just gather then > here on the list then make a page re

[web2py] Re: Spatial Database Modeling

2011-02-21 Thread Tim Michelsen
> after some time my businness brings me again on a quite old question. > I'd like to undestand whether it may be worth to implement a spatial > extension for web2py or if it's better to turn to geoDjango. I would support your activites. What is your conclusion from the Thesis? I see this as a po

[web2py] Re: GSOC who is in charge and how should we proceed?

2011-02-20 Thread Tim Michelsen
> I am very excited for GSOC as I was an achiever back in 2009. It changed > my career forever. > http://www.google-melange.com/document/show/gsoc_program/google/gsoc2011/timeline > > We need get our applications in very soon so let's get cracking! > Who is in charge of this and how can I help? Sh

[web2py] Re: GSoC

2011-02-19 Thread Tim Michelsen
> How about setting up some real solid documentation with Sphinx? We tried that earlier on. Was more or less discarded. also building docs is not easy as there are windows and linux specifc modules. and Sphinx needs to be able to import them all.

[web2py] Re: GSoC

2011-02-19 Thread Tim Michelsen
> We need proposals. What do we want to be done? Geographic features for the DAL like at GeoDjango http://docs.djangoproject.com/en/dev/ref/contrib/gis/ This would mean that someone comes and adds support for the following spatial extensions: * PostGIS (PostgreSQL) * Spatialite (SQLite) * GeoCouc

[web2py] GSoC

2011-02-16 Thread Tim Michelsen
Hello, is web2py considering to mentor for this year? http://code.google.com/intl/de-DE/soc/ Regards, Timmie

[web2py] clean up uservoice

2010-10-26 Thread Tim Michelsen
Hello, there are some request which are already implemented in web2py on http://web2py.uservoice.com/forums/42577-general Regards.

[web2py] Re: Extending DAL for spatial queries?

2010-10-26 Thread Tim Michelsen
> This would be a good thing to add to http://web2py.uservoice.com. Done: http://web2py.uservoice.com/forums/42577-general/suggestions/1170283-extend-dal-for-spatial-queries

[web2py] wizard: site without authentification

2010-10-26 Thread Tim Michelsen
Hello, I took the auth_user table out of the wizard. Still, I am required to register and log in after the app is created. Regards, Timmie

[web2py] Extending DAL for spatial queries?

2010-10-20 Thread Tim Michelsen
Hello, would it respresent a lot of effort to extend the DAL functionality to spatial capabilities? Examples can be found here: * http://www.geoalchemy.org/tutorial.html#performing-spatial-queries * http://docs.djangoproject.com/en/dev/ref/contrib/gis/tutorial/#spatial-queries Where could we sta

[web2py] Re: how to install plugin_wiki?

2010-10-20 Thread Tim Michelsen
> Make a new app. > Open the app in design/admin. > Install the plug-in by scrolling down to the bottom of the admin page > to where it says install plug-in. Could you please add this to the book online? It's not descibed there.

[web2py] how to install plugin_wiki?

2010-10-19 Thread Tim Michelsen
The book on http://web2py.com/book/default/chapter/13#plugin_wiki does not tell anything about this.

[web2py] Re: In trunk. admin wizard. Please give it a try (alpha)

2010-10-19 Thread Tim Michelsen
> http://127.0.0.1:8000/admin/wizard I think what could also be useful is to add a new table or field to a table later on after the app had created.

[web2py] Re: In trunk. admin wizard. Please give it a try (alpha)

2010-10-19 Thread Tim Michelsen
Am 19.10.2010 18:20, schrieb mdipierro: > http://127.0.0.1:8000/admin/wizard Please do also link to this from http://127.0.0.1:8000/admin/default/site at best in the create new app section.

[web2py] Re: In trunk. admin wizard. Please give it a try (alpha)

2010-10-19 Thread Tim Michelsen
Hey, this is very nic. The only think is that the INFO sentences are a) not very accessible from the readability pointof view b)not very helpful. example in step 3: You can use special attributes like "integer", "boolean", "float", "file", "date", "time", "datetime" to specify the fields type. Y

[web2py] Re: Packaging web2py for Debian

2010-10-13 Thread Tim Michelsen
> I feel this will be a maintenance nightmare unless it somehow upgrades > itself. The release process of debian is very slow compared to ours. You can have automatic daily builds of a source tree import to your PPA: https://help.launchpad.net/Packaging/SourceBuilds/Recipes

[web2py] Re: how to use web2py planet?

2010-09-24 Thread Tim Michelsen
> Mmm, maybe a cron configuration problem. I did have some issues with > that too (using apache / external cron) > > A workaround is to add a "wget .../refresh" to the o.s. crontab to > force updates. Would you consider this as a bug in cron?

[web2py] how to use web2py planet?

2010-09-23 Thread Tim Michelsen
Hello, I tried web2py planet (http://code.google.com/p/planet-web2py/) on my local install. The feeds added in the appadmin database page were successfully added to the right handed panel. But no feeds were fetched from the newly added RSS feeds. What is the magic behind? Thanks in advance, Tim

[web2py] Re: Export content as .xlsx

2010-09-21 Thread Tim Michelsen
> I am using XlsXcessive to export content from my web2py apps to .xlsx > http://xlsx.dowski.com/ Thanks. Where do you see the advantage over xlwt? And how would you suggest to write to ODT files? Maybe Spreadsheet export could be added as core functionality like CSV export. I think this is most

[web2py] Re: suggestions for web2py website

2010-08-16 Thread Tim Michelsen
> the problem we have to solve is: > 1) how to get more people to provide input? My initial suggestion wa snot about design. It was about aggregating content related to web2py project activities

[web2py] Re: Suggestions for the Basic Authentications

2010-08-16 Thread Tim Michelsen
> 1) profile removal > > unless I misunderstood you can do > >auth.settings.actions_disabled.append('profile') Sorry, there is amisunderstanding: I would like to provide the user a option to completely remove his entry (identity) from the application (remove the corresponding entry from the

[web2py] Re: Suggestions for the Basic Authentications

2010-08-15 Thread Tim Michelsen
The register for could also benefit from a password strength checker.

[web2py] suggestions for web2py website

2010-08-15 Thread Tim Michelsen
Hello, my suggestion for the web2py webpage Add a news menu to the top menu and the add the following 3 colums to the page using RSS aggregation: left center right web2py twitter last 5 posts web2py users list english last 5 commits web2py code web2py

[web2py] Suggestions for the Basic Authentications

2010-08-15 Thread Tim Michelsen
Hello, I recently checked out two sites created by Lasiaf using Basic authetication and Google authentication; I also just checked out the default welcome app. I miss the following features in the authentication system: option for profile removal possibility to fu

[web2py] Re: WikiYou - Showcase

2010-08-12 Thread Tim Michelsen
> I would like to share my 2nd app using web2py, its at www.wikiyou.org. > It is like wikipedia about us and you can create your own subdomain > usernames like having your own username.wikiyou.org. Hey, this looks really cool! Would you tell how you created this subdomain thing? Is there a dedic

[web2py] Re: Chapter 13: components and plugins

2010-08-11 Thread Tim Michelsen
Am 11.08.2010 14:58, schrieb mdipierro: > It is there: > > http://web2py.com/book/default/chapter/13#Extending-Widgets Theres a typo: This can be done my creating a file "models/plugin_wiki_contact" Should be This can be done by creating a file "models/plugin_wiki_contact"

[web2py] Re: web2pyslices site

2010-08-02 Thread Tim Michelsen
> Done. Thanks. Cool, thanks for the quick fix.

[web2py] Re: searching slice/snippet

2010-08-02 Thread Tim Michelsen
> Was it this plugin? > http://web2py.com/plugins/default/sortable Ah, forgot there are also plgins besides the slices...

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-08-02 Thread Tim Michelsen
> No that I can think of. Would be good if you could use one of the major markup languages as input: http://en.wikipedia.org/wiki/List_of_lightweight_markup_languages Currently, your markmin seems to be like Texy (http://texy.info/en/) A look at converters show how is the life could be: * http://

[web2py] Re: ARTICLE: The good and bad about web2py

2010-08-02 Thread Tim Michelsen
> 5- Yes, Python does work on Eclipse, IntelliJ, etc. but does web2py > work smoothly and easily? for instance, to get web2py working > correctly on eclipse (PyDev) you will need to put stupid nonsense > imports ( if 0: import ) on the top of every file because of the > "magic" I mentioned before.,

[web2py] Re: OT: email notifications on repo change?

2010-08-01 Thread Tim Michelsen
> Alternatively, as an ordinary user, you can go to the Project Home -> > Updates and subscribe to its rss feed: > > feed://code.google.com/feeds/p/web2py/updates/basic > > (It's not shown as a link on the page, but it's in the header, and > Safari, at least, exposes it; I assume Firefox as well.

[web2py] OT: email notifications on repo change?

2010-08-01 Thread Tim Michelsen
Hello, when we were using bazaar and Lunchpad, there was a possibility to subscribe to code repositories and Launchpad would send me a email when a new revision was submitted. Is there a similar feature with google code? I could find the setting in my profile. I welcome your hints. Timmie

[web2py] Re: ARTICLE: The good and bad about web2py

2010-08-01 Thread Tim Michelsen
> http://www.ahmedsoliman.com/2010/07/29/the-good-and-bad-about-web2py/ nice one. and fair. Would lo e to see a reaction from Massimo.

[web2py] please explain this twitter post

2010-07-21 Thread Tim Michelsen
What do you want to say by RT @computingnow: [cise] PrePrint: web2py for Scientific Applications: The needs of scientists to communicate effectively, collaborate.. ?

[web2py] Re: plugin_wiki

2010-07-21 Thread Tim Michelsen
> What does the roadmap look like for > the future? Yes, that's exactly my question at the moment. I mean there were a numbert of attempts: t1, t2, c9, cube2py and now just plugin_wiki. How much is the core team dedicated to make this more that just a demo project? Web development at my company

Re: [web2py:37625] Re: OpenLayers is not defined

2009-12-21 Thread Tim Michelsen
> The effect of response.files.append('http://../lib/OpenLayers.js') > is that the .sj file gets included in the header of the layout.html > This assumes you have a recent web2py_ajax.html I did it like this: * copy web2py_ajax.html to web2py_ajax_ol.html * in your map view use web2py_ajax_ol.html

Re: [web2py:37384] Re: web2py blog screencast

2009-12-16 Thread Tim Michelsen
Mengu schrieb: > i am now uploading video to youtube, hope this one works. will let you > guys know the url. I couldn't download it from Rapidshare either. -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web.

Re: [web2py:36994] Re: sqlite legacy support

2009-12-10 Thread Tim Michelsen
> You can tell your model the path to the existing sqlite database file > with something like [...] Thanks a lot for your verbose help! I really appreciate it. > As for telling it which existing field to use as the ID, as DenesL > pointed out if the field isn't already named ID I don't think you

Re: [web2py:36924] Re: sqlite legacy support

2009-12-09 Thread Tim Michelsen
> and create a CSV like this > > t.staid,t.stacall,t.location,t.state,t.lat,t.lon,t.elev > 010017,ENFR,FRIGG,NO,5956N,00200E,0 > 010015,ENBL,FORDE/BRINGELAND,NO,6127N,00552E,0150 > 010030,,HORNSUND RIVER,NO,7700N,01530E,0012 > > > note that if elev is missing you must put a 0 (zero). Thanks.

Re: [web2py:36715] Re: sqlite legacy support

2009-12-07 Thread Tim Michelsen
> number is not unique, can it even be used as a PK? thanks for the response. How can I use the first number as PK in this better version of the list: http://www.wetterzentrale.de/klima/stnlst.html Please assist. Thanks in advance, Timmie -- You received this message because you are subscribed

Re: [web2py:36703] Re: sqlite legacy support

2009-12-07 Thread Tim Michelsen
> "Support for legacy tables" can have two meanings: > > 1) Legacy tables that need an alias for the id field. > sqlite supports this case. > 2) Legacy tables that use primary keys (not an id field) to get the > records. > sqlite does not support this AFAIK. What I have is a CSV file. The data

Re: [web2py:36636] Sphinx

2009-12-06 Thread Tim Michelsen
> We have had some discussion about moving the documentation to Sphinx. > Months have passed and there has been no progress. I personally do not > mind epydoc but some of you really liked Sphinx. > > If you know Sphinx and want web2py to use it, please help us. Again, I tried to help some months a

[web2py:35057] Re: Other new DAL features in trunk

2009-11-10 Thread Tim Michelsen
> 1) to deal with legacy databases > > db.define_table('mytable',Field('myfield','id'),Field > ('otherfield')) does legacy database id settings also support SQLite tables? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goo

[web2py:34519] Re: web2py 1.68.1 is OUT

2009-11-03 Thread Tim Michelsen
Hello, > legacy database support for db2, mssql with non-int primary keys > (thanks Denes) Does this also work with SQLite? Best regards, Timmie --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py-users" group

[web2py:32517] geo-capabilities for DAL

2009-10-08 Thread Tim Michelsen
Hi Massimo, there is an interesting project for SQLAlchemy: GeoAlchemy: Using SQLAlchemy with Spatial Databases http://geoalchemy.org/ Do you think something like this is possible with the DAL you are writing? Best, Timmie --~--~-~--~~~---~--~~ You received thi

[web2py:32437] Re: [New] web2py wiki

2009-10-07 Thread Tim Michelsen
> However, I have recently seen that Bruce Eckel is thinking about using > MoinMoin for contributions to Python Pattersn & Idioms (people seemed ot > have a hard time ??? with editing Sphinx - though I can't imagine why - I think we have to distiguish: Books and documentations. docs are part o

[web2py:32432] Re: [New] web2py wiki

2009-10-07 Thread Tim Michelsen
Error when registering: http://wiki.web2py.com/_user/_register => 404 NOT FOUND --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To

[web2py:32430] Re: [New] web2py wiki

2009-10-07 Thread Tim Michelsen
comment on page: http://wiki.web2py.com/Documentation_HOWTO the primer at: http://sphinx.pocoo.org/latest/rest.html is much better to get you started with ReST --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2

[web2py:32427] Re: [New] web2py wiki

2009-10-07 Thread Tim Michelsen
Hi Alvaro, if you need help with the sphinxification send me a mail. My current web2py project got stalled somehow. Therefore, please send me a direct mail if you have special questions to documentation. I am not readying this list every day. Yarko wanted to add some docstring specs, but he hasn

[web2py:31963] Re: video on wiki in 3 minutes

2009-09-30 Thread Tim Michelsen
Hi, please see my comment here: http://vimeo.com/6782736 Please create a page (sub-pag of documentation on main web2py) and post all appliances that you use in the videos. This could help learning along these videos a lot. Thanks, Timmie --~--~-~--~~~---~--~~ Y

[web2py:30543] Re: Uploading File for Statistical Operations

2009-09-09 Thread Tim Michelsen
> You may find some inspriation her: > http://books.google.de/books?id=j7QbD83-h8AC&lpg=PP1&pg=RA2-PA275 > Its use of cgi may be outdated. But there are some good ideas for the > design. more specifically: http://books.google.de/books?id=j7QbD83-h8AC&lpg=PP1&pg=RA2-PA286 --~--~-~--~

[web2py:30539] Re: Uploading File for Statistical Operations

2009-09-09 Thread Tim Michelsen
> prototype - suggest you start by establishing the basic data you want; > You can create the table definitions in the admin interface, and then > load them with some test data from csv files in the admin interface. Actually, you don't need to create tables. Because you seem to upload different d

[web2py:30535] Re: connecting to existing SQLite database

2009-09-09 Thread Tim Michelsen
Yarko Tymciurak schrieb: > which db server are you dealing with? local: file://mydb.sqlite --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegrou

[web2py:30426] Re: connecting to existing SQLite database

2009-09-08 Thread Tim Michelsen
>>> If you need to access legacy databases the best way is to create a >>> database view for your table. >> How do I do this? >> Can you give an example or reference (to your book)? > > No because that is something data is database dependent and not done > within web2py. I am not an expert on thi

[web2py:30337] connecting to existing SQLite database

2009-09-07 Thread Tim Michelsen
Hello, I have troubles connecting and using an existing SQLite table from web2py. Here are my steps and difficulties 1) imported an existing table into sqlite 2) table definition with migrate=False => I get no values/entries shown in the database administration! If I set migrate=True I get an e

[web2py:29993] current status of Sphinx docs

2009-09-03 Thread Tim Michelsen
Hello, you can find the current statu of the SPhinx docs here: http://w2psphinx.appspot.com/ There is a lot of trouble with the gluon modules. All modules not listed in: http://w2psphinx.appspot.com/init/static/sphinx/docs-web2py/modules_autosummary.html produce the following error in Sphinx: h

[web2py:29894] Re: Feature proposal: easier table creation

2009-09-03 Thread Tim Michelsen
> It would be nice. Does this mean "someone can do it"? Or is this accepted as offical task? > It would have to be web based. I think for large data bases, it would also be good to have a CLI based converter which creates an database dump and a python file with the table definition. Regards, T

[web2py:29953] Re: Google Apps wep2py applications

2009-09-03 Thread Tim Michelsen
Yeah, I succeeded with > https://mdp.cti.depaul..edu/wiki/default/page/16d1ac84-88de-4f46-a68c-0210ee026edb > http://w2psphinx.appspot.com/init/default/index One question though: Does GAE work only with one appliance? There is the usual link to examples: click here for online examples - http:

[web2py:29895] Re: Google Apps wep2py applications

2009-09-02 Thread Tim Michelsen
> http://web2py.appspot.com/survey is one app; not sure that Massimo has > released this code or not; > > http://web2py.appspot.com/shows a default app of a light effort of a > reddit-like app - reddish; you can find the source of this on > http://www.web2py.com/appliances

[web2py:29855] Feature proposal: easier table creation

2009-09-02 Thread Tim Michelsen
Hello, I would like to ask for a tool that helps to create tables. This could be implemented as follows: 1) In the admin there could be a spreadsheet app that feeds a table definition tool. * In such a spreadsheet the user would enter in the rows: field name, field type

[web2py:29853] Re: creating and importing from CSV

2009-09-01 Thread Tim Michelsen
> My questions: > * Do I need to fill something in the first column: wmostations.id? > * Why does web2py not parse the file? > * Is it possible to wrap text with " some text, with comma"? I found the thread: http://thread.gmane.org/gmane.comp.python.web2py/16808 Here is what helped in this par

[web2py:29359] Re: Googlemap in web2py

2009-08-25 Thread Tim Michelsen
mdipierro schrieb: > We have this: > > http://bazaar.launchpad.net/~mdipierro/web2conf/devel/annotate/head%3A/views/default/maps.html > > and we have > > from gluon.tools import geocode > (lo,la)=geocode('243 S Wabash Ave, Chicago, IL") I succeded in using OpenLayers. Quite easy with web2py.

[web2py:28777] upgrading applications after the repository cleanup

2009-08-16 Thread Tim Michelsen
Hello, I know that some time a ago, the development repository was cleaned up. How would I now upgrade admin and examples? I currently get this error: python web2py.py --upgrade yes /var/lib/python-support/python2.6/MySQLdb/__init__.py:34: DeprecationWarning: the sets module is deprecated fro

[web2py:27419] Re: GAE upload from appadmin (site)

2009-07-26 Thread Tim Michelsen
Yarko Tymciurak schrieb: > If you look at applications/admin/models/0.py, you will see the last line: > > # To upload on google app engine this has to point to the proper > # appengine config file > GAE_APPCFG = '/Applications/GoogleAppEngineLauncher.app/. > > http://code.google.com/appengi

[web2py:27397] Re: GAE upload from appadmin (site)

2009-07-25 Thread Tim Michelsen
mdipierro schrieb: > I assume you have configured admin/models/0.py and (before hit deply) > You have checked some app to deply. > > The interface you are using is experimental. If you still have > problems use the google Launcher of shell scripts. sorry, I don't understand. do you mean that thi

  1   2   >