Re: [Zope] Help installing Zope2 in AWS

2017-05-31 Thread Andreas Jung
On 9 Nov 2016, at 19:38, Norma Silva wrote: > Hello, > > Has someone installed Zope2 on Amazon Web Services (AWS)? > > Thanks in advance! What is the exact question/problem. Has anyone….likely… -aj signature.asc Description: OpenPGP digital signature _

Re: [Zope] ODBC adapter

2017-05-31 Thread Andreas Jung
http://www.egenix.com/products/python/mxODBC/ is the only reasonable ODBC approach for Zope nowadays...forget the other old crap. -aj On 4 Jul 2016, at 18:08, Miguel Beltran R. wrote: > Hi again list, > > Using zope 2.13.23 > ZPyODBCDA 1.0.9.dev0 ( https://github.com/tcurvelo/Products.ZPyODBCD

Re: [Zope] Problem with Zope

2017-05-31 Thread Andreas Jung
Look at your error_log in the ZMI. Never seen the case that such an error would _not_ trigger a complete traceback in the error_log. -aj On 5 Jan 2016, at 12:45, Jordan Guerder wrote: > Hello, > I discovered Zope, however, I see an error output from one of my clients. > Indeed its website app

Re: [Zope] Zope in The Netherlands

2015-07-09 Thread Andreas Jung
just ignore CL at all. -aj On 9 Jul 2015, at 20:57, Sebastian Tänzer wrote: > OT: Chris, no offence, but your „Job Market“ doesn’t really give a reputable > impression. As a business I would not submit any data there. At last, your > privacy policy really sounds somewhat „strange“ and should

Re: [Zope] Zope in The Netherlands

2015-07-08 Thread Andreas Jung
Why does it has to be NL? -aj On 8 Jul 2015, at 15:10, Kees de Brabander wrote: > Hi there, > I desperately need a zope server, at least for a transition period. Is there > in The Netherlands a company that still uses zope or has experience with zope > that can help or advise me? > tia, Corn

Re: [Zope] issue with authentication

2015-06-27 Thread Andreas Jung
Seriously, nowadays you use bin/instance adduser -aj On 27 Jun 2015, at 13:17, Sebastian Tänzer wrote: > Yamana, > > did you try to login with the recovery user/password? > > To do so you have to create an emerceny user using the zpasswd.py script > (locatet either at site-packages/Zope2/S

Re: [Zope] Pack ZODB via cronjob without ZEO

2015-06-19 Thread Andreas Jung
Using Cron or the build-in clock server functionality. zeopack via ZEO is the much, much better solution. Moving a server to ZEO is a five minute operation. -aj On 19 Jun 2015, at 14:28, Jürgen Gmach wrote: > Hello, > > what is the current ( Zope Version: 2.13.21, python 2.7.9, linux2) recomm

Re: [Zope] Zope2 - pro/contra

2015-03-08 Thread Andreas Jung
. > - Technical improvements (Port to Python3, WSGI, ...) Reasonable but too hard to achieve and it longer it takes the more pointless Zope will become. > > The technical improvements could be organized/financed with a > pledgie the others are possibly harder to solve. Beat me for my

Re: [Zope] Zope2 - pro/contra

2015-03-06 Thread Andreas Jung
yramid etc. that much better compared to Zope? >> > > ___________ Zope maillist - > Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No > cross posts or HTML encoding! ** (Related lists - > https://mail.zope.or

Re: [Zope] Zope2 - pro/contra

2015-03-04 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric Bréhault wrote: > Hello Sebastian, > > I guess the main problem is the future maintenance of Zope. For > instance, it is pretty sure that nobody will invest the time needed > to move it Python 3, and at some point it will probably be a > problem

Re: [Zope] Zopache = ZTK + Grok + ZMI

2014-08-05 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christopher Lozinski wrote: > On 8/4/14, 7:09 AM, Andreas Jung wrote: >> You are arguing and blathering every other year the same nonsense >> without any outcome. >> > There has been a huge outcome. I now recognize that gr

Re: [Zope] Zopache = ZTK + Grok + ZMI

2014-08-03 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christopher Lozinski wrote: > On 7/31/14, 9:13 PM, Fernando Martins wrote: >> I wonder if it was not a case of over-engineering that helped >> zope's community fragmentation. > That is correct. You know the famous saying by P.J. Eby > > Those who do

Re: [Zope] Zopache = ZTK + Grok + ZMI

2014-07-30 Thread Andreas Jung
oping on Grok and > ZCA. This is your annual complaint for 2014? Andreas ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/lis

Re: [Zope] Zopache = ZTK + Grok + ZMI

2014-07-30 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christopher Lozinski wrote: > It is very very hard to find anyone who both appreciates TTW > development, and understands the multiple layers of ZTK and Grok. > Guess why? Because it is technology of the last decade and everybody moved on?! - -aj -

Re: [Zope] Any news about a unstring as a folder title?

2014-04-23 Thread Andreas Jung
or > HTML encoding! ** (Related lists - > https://mail.zope.org/mailman/listinfo/zope-announce > https://mail.zope.org/mailman/listinfo/zope-dev ) - -- Regards Andreas Jung andr...@andreas-jung.com about.me/andreasjung EuroPython 2014 Organization Team - Communications -BEGIN PGP SIGNATUR

Re: [Zope] Thread Number

2013-05-22 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Reducing the number of threads (down to 1) and having multiple app-servers is usually the way to go instead of increasing the number of threads. - -aj Richard Harley wrote: > Is there anything important to consider when increasing the thread > count

Re: [Zope] Removing Zope and Python version info from request header

2013-01-08 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 384 # Monkey patch server reply$ 385 from ZServer import zhttp_server$ 386 zhttp_server.SERVER_IDENT = 'Who wants to know that?'$ Or replace it inside your reverse-proxy (Server: header). - -aj Allen Schmidt Sr. wrote: > I know I have seen this in t

Re: [Zope] path of a fileupload instance

2012-11-13 Thread Andreas Jung
ectory where it was uploaded from? cb On Nov 13, > 2012, at 11:04 AM, Andreas Jung wrote: > > REQUEST.yourfile.filename. The FileUpload instance has a 'filename' > attributes. > > -aj > > Kees de Brabander wrote: >>>> Hiya >>>> >>>

Re: [Zope] path of a fileupload instance

2012-11-13 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 REQUEST.yourfile.filename. The FileUpload instance has a 'filename' attributes. - -aj Kees de Brabander wrote: > Hiya > > I have a form with a field for a FileUpload object, which works ok. > However, in my application I want to capture the path of

Re: [Zope] TextIndexNG3 Problem: Links werden nicht indexiert

2012-10-31 Thread Andreas Jung
First: stay in English Second: looks as if you are somehow indexing the unrendered DTML source code...somehowno idea how to fix this since DTML is obsolete and because I don't care about DTML. You may take the debugger in order to figure out why unrendered DTML source code makes it into the ind

Re: [Zope] Catalog a dictionary

2012-08-05 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Giampiero Benvenuti wrote: > Hello! > > can you please give me some hints on how to catalog a list of > dictionaries? Is it possible? What have you tried? What exactly is not working? > > L= [{'id':'1','lastName':'Rossi','firstName':'Mario'}, {...

Re: [Zope] Finding the right import folder

2012-03-16 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Write a browser view or use an external method. It's well known that Python scripts are restricted. - -aj Ron Chichester wrote: > Andreas: > > Thanks for the code snipped. Unfortunately, I wasn't able to run > that piec

Re: [Zope] Finding the right import folder

2012-03-15 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Isn't the client home slash import used for imports? Something like from App.config import getConfiguration import_dir = os.path.join(getConfiguration().clienthome), 'import') (untested)? - -aj Ron wrote: > I have a Zope instance running on a Free

Re: [Zope] Help in deciding approach to Web App

2011-12-03 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - From reading: your database model appears pretty much relational. Where would you take advantages from using Zope as framework? This sounds like a task for Pyramid + RDBMS or a graph DB. - -aj Sareesh Sudhakaran wrote: > I have a personal project -

Re: [Zope] Python Script Security

2011-11-18 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Richard Harley wrote: ZSQL methods are not callable > independently I have strong doubts about that claim. - -aj -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQGUBA

Re: [Zope] force the output encoding to utf-8 in page templates

2011-11-14 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You should be able to set the encoding of the response by within your page template. - -aj Yuri wrote: > Hi all! > > I've a Zope2 application with Postgresql. All is ok and utf-8 but > page templates. This means that non utf-8 data is sent to the

Re: [Zope] Importing Unauthorized?

2011-11-11 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 from zExceptions import Unauthorized raise Unauthorized But this will only workin unrestricted code. Turn your code to browser views if you can. - -aj Brian R Brinegar wrote: > We're in the process of migrating from Zope 2.11 to Zope 2.13, we > h

Re: [Zope] Manipulating images in Zope/Python

2011-10-25 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I would look into the options that Imagemagick or Graphicsmagick give you for your problem. Calling the related binaries from Python is unlikely the problem here. - -aj Brian Sullivan wrote: > I am looking for strategy to programmatically create a cu

Re: [Zope] Urgent:utilsation of paybox with fora zope application

2011-10-20 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Withers wrote: > On 20/10/2011 16:36, Diana Lenar wrote: >> pls respond me quickly its very urgent > > Not to us it isn't. > > http://catb.org/~esr/faqs/smart-questions.html#urgent Or get commercial support... - -aj -BEGIN PGP SIGNATURE

Re: [Zope] Error Migration Data.fs from Zope 2.10.4 to 2.13.8

2011-10-06 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Try the following script to stip off versions: http://svn.zope.org/ZODB/branches/3.8/src/ZODB/scripts/strip_versions.py?rev=102805&view=markup - -aj Frank Kauff wrote: > Hi all, > > I'm trying to update from Zope 2.10.4 to 2.13.8 and have problems

Re: [Zope] zopetime behaviour

2011-09-20 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Because of the time zone? strftime() formats the DateTime instance according to local time. - -aj Richard Harley wrote: > Hi all > > I hope I'm not missing something obvious here. ZopeTime is gaining > two hours when it's string formatted. * thistim

[Zope] www.zope.org relaunched

2011-07-07 Thread Andreas Jung
- Michael Haubenwaller - Jens Vagelpohl - Johannes Raggam Andreas Jung Zope Foundation <>___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.

[Zope] www.zope.org relaunch on Thursday

2011-07-04 Thread Andreas Jung
Hi there, www.zope.org will be relaunched this Thursday. The current www.zope.org will be moved old.zope.org and replaced with the new site. During the DNS transition and while working on the sites you may encounter outages. The transition will start on Thursday (Germany) morning. Andreas

Re: [Zope] Startup process of zope

2011-06-29 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Look at the code of the ZopeStarter class in Startup package of Zope 2. - -aj Marco Bizzarri wrote: > Hi all. > > I'd like to know if the startup process of a Zope2 instance is > documented somewhere. I'm looking for a detailed description of what >

Re: [Zope] application/json request in Zope 2

2011-05-16 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Baiju M wrote: > Hi, > > How to listen for application/json request in Zope 2 > > Is this project is the way to go ? > http://pypi.python.org/pypi/Products.jsonserver/1.2a1 > > Or is there any better approach ? No idea. This might be useful as well

Re: [Zope] Zope Dates

2011-05-03 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 'international' only affects the format for parsing dates as far as I can recall. Using strftime() gives you full control over the output format. Your application should not rely on the default format. If you need a custom date output format then defin

[Zope] Fix for garbled saves of UTF8 TTW PageTemplates and emacs over ftp

2011-02-25 Thread Andreas Elvers
Hi, if you edit TTW PageTemplates through emacs over ftp, you may encouter your UTF8 String garbled after a save. try adding: at the top of the page. Helped me. - Andreas ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo

Re: [Zope] Logo Guidelines for Grok and Bluebream

2011-02-02 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jan Ulrich Hasecke wrote: > Am 02.02.11 15:10, schrieb Andreas Jung: >> I suggest to ask Baju or ask on the Bluebream list. > > I cannot find the bluebream list on gmane. I'll try the nabble gateway. > But it would be nice

Re: [Zope] Logo Guidelines for Grok and Bluebream

2011-02-02 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jan Ulrich Hasecke wrote: > Am 02.02.11 15:03, schrieb Andreas Jung: > >> There is no trademark on Grok or Bluebream owned by the ZF afaik. > > ok. > >> The creators of the logos may have rights on the graphics. > >

Re: [Zope] Logo Guidelines for Grok and Bluebream

2011-02-02 Thread Andreas Jung
e trademarks owned by the > Zope Foundation? There is no trademark on Grok or Bluebream owned by the ZF afaik. The creators of the logos may have rights on the graphics. Andreas -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http:

Re: [Zope] MemoryError: out of memory

2011-01-26 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You should monitoring memory usage over time. Obviously something in your application is leaking memory. - -aj Jonathan Salazar Santos schrieb: > Hi Comunity, > > I have been in troubles with Zope2.10.5-final since 4 moths ago, > related to the "Mem

Re: [Zope] Forum

2011-01-06 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Richard Harley wrote: > Hello all > > Are there any current forums which integrate into Zope nicely? I have > tried Zforum and Squishdot in the past but I don't think either of these > two have been updated in quite a while? > There is no reasonabl

Re: [Zope] Peewee and Zope

2010-12-30 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Using SQLAlchemy through some integration layer like zope.sqlalchemy or z3c.sqlalchemy is fairly easy, well understood and supported. I strongly recommend using such a mainstream solution instead of baking your own integration layer for yet-another-ORM

Re: [Zope] Trouble getting Zope 2.8/Python 2.3 to work in OS X 10.6

2010-12-23 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan Gaibel wrote: > I apologize if this questions belongs in a different forum, but... > > I am having a heck of a time getting Python 2.3.5 installed in OS X > 10.6 (Snow Leopard server.) I need it for a Zope 2.8.6 installation. > OS X comes with

Re: [Zope] Anonymous security

2010-12-18 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Sullivan wrote: > Yeah -- I rediscovered Proxy roles and that seems like the most > straightforward strategy -- not sure if there counter indicators > though that would make that strategy problematic. Weird question - nobody knows about the code

Re: [Zope] Anonymous security

2010-12-17 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://collective-docs.plone.org/security/permissions.html#bypassing-permission-checks (works only from trusted code like browser views or package code - not from PythonScripts) - -aj Brian Sullivan wrote: > I am looking at a situation (an online se

Re: [Zope] Openflow_ZPygresqlDA_products_broken_on_ZMI

2010-12-14 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Could you *please* stop with starting a new thread for the same topic? Your Openflow problem already has *five* different threads on this list. This is kind of annoying. Andreas Smita Kamdar wrote: > Hi, > > > > As suggeste

Re: [Zope] Iteration over columns in ZSQLMethod result not working in Zope 2.12.13

2010-12-08 Thread Andreas Elvers
Am 7.12.10 15:19 , schrieb Tres Seaver: >> >> result = context.someZSQLMethod() >> for row in result: >> for col in row: #this will fail >> pass > > Does the "safe list" builtin work for you in 2.12? > >for row in result: >for col in list(row): >pass > > Yes.

Re: [Zope] Iteration over columns in ZSQLMethod result not working in Zope 2.12.13

2010-12-07 Thread Andreas Elvers
""" Creating a record >>> r = P(('zx', 81 , 1.23)) We can iterate over a record: >>> [i for i in r] ['zx', 81, 1.23] """ - Andreas ___ Zope maillist

Re: [Zope] Iteration over columns in ZSQLMethod result not working in Zope 2.12.13

2010-12-07 Thread Andreas Elvers
2.12 ? - Andreas ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo

Re: [Zope] WebDAV lock in Zope 2.11.4

2010-12-02 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Sullivan wrote: > I tried that as well but it didn't appear to find the lock. If Zope complains about an object being logged then it will be findable through the lock manager in any case. - -aj > -BEGIN PGP SIGNATURE- Version: GnuPG v

Re: [Zope] Iteration over columns in ZSQLMethod result not working in Zope 2.12.13

2010-12-01 Thread Andreas Elvers
Am 1.12.10 14:52 , schrieb Tres Seaver: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 12/01/2010 08:27 AM, Andreas Elvers wrote: >> Hi, >> >> I stumbled over the following error using Zope 2.12.13. Bug ? >> >> Given some ZSQLMethod, and either

[Zope] Iteration over columns in ZSQLMethod result not working in Zope 2.12.13

2010-12-01 Thread Andreas Elvers
AccessControl.SecurityManagement, line 21, in getSecurityManager AttributeError: __iter__ - Andreas ___ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman

Re: [Zope] "double opt-in" or "opt-in with confirmation".

2010-11-30 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Sullivan wrote: > I am looking for a strategy or samples (or even just a hint as to the > best process) to create an email opt-in strategy in Zope. I am > thinking that what you do is use some sort of hash or unique id > creation mechanism (based

Re: [Zope] problem installing Openflow product of zope on LINUX

2010-11-26 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 smita kamdar wrote: > Hi, > > I am supposed to set up development environment for a project. & for > that I have already installed Zope-2.11.4, Python-2.4.4, Egenix-2.0.6, > Postgresql-7.4.13, & Psycopg-1.1.6 on a RedHat LINUX box. > > > > Now I n

Re: [Zope] Zope directory in the Cloud

2010-11-16 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Sullivan wrote: >> Brian Sullivan wrote: >>> Is it possible to use some sort of Cloud service as a "directory" in >>> Zope 2 (I guess what I am asking for is some sort of product to do >>> this)? >> Directory? Cloud as storage? >> >> > > Essenti

Re: [Zope] Zope directory in the Cloud

2010-11-16 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Sullivan wrote: > Is it possible to use some sort of Cloud service as a "directory" in > Zope 2 (I guess what I am asking for is some sort of product to do > this)? Directory? Cloud as storage? - -aj -BEGIN PGP SIGNATURE- Version: GnuPG

Re: [Zope] change permission of image

2010-11-16 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Richard Harley wrote: > Just want to find out how to change the permissions of a file/image > using a python script and can't see this in the documentation. Any ideas? > > obj.manage_permission(permission, roles, acquire). Check the AccessControl A

Re: [Zope] urllib.urlopen inside a python-script? alternatives?

2010-11-15 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Bear wrote: > urlopen is restricted python. You will need to create file system script > (a product) (or external script) in order to use it. > http://plone.org/documentation/faq/restricted-python-scripts - -aj -BEGIN PGP SIGNATURE- V

Re: [Zope] Zip Folder

2010-11-03 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Richard Harley wrote: > Here's the error log: > > /2010-11-02T20:29:04 ERROR Application Couldn't install ZipFolder > Traceback (most recent call last): > File > "/Zope2-2.13.0c1/zope/lib/python2.7/site-packages/Zope2-2.12.3-py2.7-linux-x86_64.egg/O

Re: [Zope] Zip Folder

2010-11-03 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Richard Harley wrote: > Hello all > > I have been using Zope 2.9 - which works with the zip folder product. > Now I upgraded to Zope 2.13 but the zip folder product does not work. "Does not work" means what exactly? - -aj -BEGIN PGP SIGNATUR

Re: [Zope] Plone the new Zope?

2010-10-19 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 William Heymann wrote: > > Zope 2 itself is fine. I just doubt many people using it use zope.org. > zope.org is scheduled to be relaunched _very_ soon. Andreas -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (Darwin) Comment: Using G

Re: [Zope] Storing DTML in SQL

2010-08-19 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 robert rottermann wrote: >> By far the majority of new deployments use zope 2 though... >> >> > of course. > zope 2 does use 5 which is a zope2/3 bridge. > plone is VERY zope3/five based .. ZTK-based - Zope 3 is no more. - -aj -BEGIN PGP SIG

Re: [Zope] adding swfobject in zope2

2010-08-19 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tapas Mishra wrote: > I am using a Content Management System known as eduCommons. > As per suggestions on this list I want to embed swfobject in it. > I googled Zope2 documents since eduCommons is based on Zope2. > Following results > http://www.google

Re: [Zope] Zope document root or where do I keep my swfobject in Zope

2010-08-17 Thread Andreas Jung
Tapas Mishra wrote: I am having a javascript which I am using in my site. My server is Zope I am not able to find where should I keep the javascript in it. Can any one help? Check the browser:resource ZCML directive. -aj <>___ Zope maillist - Zope

Re: [Zope] string formatting

2010-08-14 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jaroslav Lukesh wrote: > > - Puvodní zpráva - Od: "Andreas Jung" >> >> Jaroslav Lukesh wrote: >>> It is easy: >>> >>> >>> >>> >> signumfix2)[1:] )"> &g

Re: [Zope] string formatting

2010-08-13 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jaroslav Lukesh wrote: > It is easy: > > > > signumfix2)[1:] )"> > > Hopefully such code won't be released :-) - -aj -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ i

Re: [Zope] string formatting

2010-08-13 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Firstly, why DTML? Secondly, write a browser view or your app logic into a Python Script and use a ZPT for calling the script and rendering the result. Such code as seen below makes us shiver. Andreas Ebbe Kvist wrote: > Hi all, > >

Re: [Zope] run raw sql

2010-07-27 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Jung wrote: > Garry Saddington wrote: >> Is there any way to run raw sql statements from within a python script? >> Any help at all much appreciated. > > Free out of my head: > > - write a ZSQL method "gene

Re: [Zope] run raw sql

2010-07-27 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Garry Saddington wrote: > Is there any way to run raw sql statements from within a python script? > Any help at all much appreciated. Free out of my head: - - write a ZSQL method "genericSQL.sql" containing something like - - call the method from

Re: [Zope] Disabling Server Signature for Zope

2010-07-20 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tapas Mishra wrote: > Is there a way I can disable ServerSignature in Zope. > Monkey-patching is your friend: from ZServer import zhttp_server http_server.SERVER_IDENT = 'Who wants to know that?'$ - -aj - -- ZOPYX Limited | zopyx group C

Re: [Zope] [JOB][OT?] Position for a Python/Zope developer in Pula, Cagliari (CA), Italy

2010-07-13 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marco Bizzarri wrote: > > Anyway, I assure no emacs/vi guy got injured in writing this requirement ;) Nope, but we had our morning fun :) Andreas -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with M

Re: [Zope] TypeError ('argument list must be a tuple', , None)

2010-06-17 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dean Grubb wrote: > Hi, > > I am looking to migrate my existing zope 2.7 site to zope 2.12 and > during initial testing I am getting this error when importing the > zexp. > ZEXP export/import is only supported between identical Zope versions. - -aj

Re: [Zope] Zope Catalog sorting

2010-05-28 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Giampiero Benvenuti wrote: > Hello, > > I have a simple/silly question: > > how can you sort the Catalog results with 2 parameters? Es: > sort_on='last_name', sort_on='first_name'... in the old days was > simple: sort='last_name, first_name' > n

Re: [Zope] long running methods

2010-05-20 Thread Andreas Jung
try mechanism, maybe you might want to > call your long running method multiple times, each time working on the > next batch. > There retry applies only for methods called through the web - but not when you use bin/instance run or so. Andreas -BEGIN PGP SIGNATURE- Version: GnuPG

Re: [Zope] Is shared ZEO cache possible?

2010-05-17 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Roopesh P Raj wrote: > Hi, > > In the zope application that I am working on, there are nearly 40 ZEO > clients. Restarting 40 ZEO clients is a time consuming process which > takes hours - especially the creation of .zec files in each of the ZEO > clie

Re: [Zope] Zope 2.12 and ZPT

2010-05-01 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter Bengtsson wrote: > On 1 May 2010 15:40, Andreas Jung wrote: > Peter Bengtsson wrote: > >>>>> "the unicode conflict resolver"? >>>>> My app does not have any non-ascii characters until user i

Re: [Zope] Zope 2.12 and ZPT

2010-05-01 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Jung wrote: > Peter Bengtsson wrote: > >>> "the unicode conflict resolver"? >>> My app does not have any non-ascii characters until user input is >>> added which it's programmed to work wit

Re: [Zope] Zope 2.12 and ZPT

2010-05-01 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter Bengtsson wrote: > >> "the unicode conflict resolver"? >> My app does not have any non-ascii characters until user input is >> added which it's programmed to work with. >> The problem was that ' ' inside the TALES expression was converted to >

Re: [Zope] Zope 2.12 and ZPT

2010-05-01 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter Bengtsson wrote: > I'm trying to get a product running in Zope 2.12 which I installed in > a virtualenv with easy_install. It starts fine and all but when I try > to render a piece of ZPT I get this weird error: > > > Traceback (innermost last)

Re: [Zope] problem with commits in SQLAlchemyDA

2010-04-27 Thread Andreas Jung
and 0.5 is in maintenance mode. Keeping the dependency stack in mind: SQlAlchemy <- zope.sqlalchemy <- z3c.sqlalchemy <- SQLAlchemyDA The complete stack must fit together. Andreas -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (Darwin) Comment:

Re: [Zope] problem with commits in SQLAlchemyDA

2010-04-25 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tres Seaver wrote: > Andreas Jung wrote: >> Tres Seaver wrote: >>> Andreas Jung wrote: >>>> Brad Allen wrote: >>>>> On Fri, Apr 23, 2010 at 9:44 AM, Brad Allen >>>>> wrote: >>>&g

Re: [Zope] problem with commits in SQLAlchemyDA

2010-04-23 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tres Seaver wrote: > Andreas Jung wrote: >> Brad Allen wrote: >>> On Fri, Apr 23, 2010 at 9:44 AM, Brad Allen wrote: >>>> On Thu, Apr 22, 2010 at 11:37 PM, Andreas Jung wrote: >>>>>> Can this fix be i

Re: [Zope] problem with commits in SQLAlchemyDA

2010-04-23 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brad Allen wrote: > On Fri, Apr 23, 2010 at 9:44 AM, Brad Allen wrote: >> On Thu, Apr 22, 2010 at 11:37 PM, Andreas Jung wrote: >>>> Can this fix be included in the upstream SQLAlchemy DA, so nobody has >>>> to

Re: [Zope] problem with commits in SQLAlchemyDA

2010-04-22 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brad Allen wrote: > Maybe I wasn't clear but the patch works well with my existing zsql code. > > Andreas, > > We are trying out the Zope SQLAlchemy DA at work, and one of our > developers saw the same problem with no commit

Re: [Zope] Installation help

2010-04-14 Thread Andreas Jung
Dhilip S wrote: Hi. I'm beginner to zope. I want to install zope and try to work on it. Please give me the related link and steps to follow the zope installation and tutorial for beginner Zope 2 Bluebream aka Zope 3 Plone Repoze BFG ? -aj <>___ Zop

Re: [Zope] Zope Performance with Multiple Mount Points

2010-04-12 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Brinegar wrote: > We've recently moved to a Zope configuration with approximately 30 > separate databases mounted at mount points within a main database. > > Previously, we ran a single database which was approaching 300GB in > size. We chose to

Re: [Zope] questions about migrating forwards

2010-03-10 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew Watkins wrote: > > My next step is to get the Products list that we were using > running. Here I have run into two problems > > 1. ExternalFile > > This fails to load with the error 'ImportError: No module named > Interface' (stack trace below)

Re: [Zope] IOError while importing a zexp file

2010-03-05 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Subhendu Kumar Giri wrote: > Dear All, > > When I am importing a zexp file of 250MB through ZMI it gives this > error, though I have many GBs of disk space availabe. > > An error was encountered while publishing this resource. > *Error Type: IOError >

Re: [Zope] zope changes : dtml-var

2010-02-15 Thread Andreas Jung
es here. I > DTML has not changed for ages. What exactly isn't work?...please give a reasonable description of the problem. Andreas -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkt5eOAACgkQCJIWIbr9KYwC3

Re: [Zope] [Zope-Annce] [ZF] Announcement: 2010 Zope Foundation Board Elections and General Meeting

2010-01-28 Thread Andreas Jung
n the foundat...@zope.org maling list. > Nominations will remain open until Friday, 2010-01-29, 23:00 UTC. I nominate: - - Lennart Regebro Andreas -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkthm

Re: [Zope] Cann't we use 'get' as object name in Zope 2.12 ?

2010-01-27 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Baiju M wrote: > Hi, > Any idea about this ? I think there is a filter checking for names that could lead to name clashes through acquisition. - -aj -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla -

Re: [Zope] Zope2.12

2009-12-25 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim Pharis wrote: > Yes, I'm running into missing bits in various places. So even > though Z2.12 is based on ZTK eggs, and ZTK eggs are designed using > all the CA goodness, I still can't easily develop using those > methods. So I'm left leaving this c

Re: [Zope] Zope2.12

2009-12-25 Thread Andreas Jung
there is > any expectation that you can take a Zope 3 application and it will > run unter Zope 2.12 "because it's based on the ZTK" then that's > wrong. You will run into missing bits. That's part of Zope communication problem: what is what and what is it for. Rem

Re: [Zope] Zope2.12

2009-12-25 Thread Andreas Jung
e/app/container/browser/meta.zcml: > > name="containerViews" aren't wired into Z2.12 it seems. Trying to > use That's just 1 example. Well I could start wiring all this stuff > myself, it seems like that should be done already. > > - Jim > > On Fri, Dec

Re: [Zope] Zope2.12

2009-12-25 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim Pharis wrote: > What's my use case for developing Zope3ish/ZTKish in Zope2 instead > of just using Zope3? All the preceived benefits of Zope3 now > available in Zope2 well still being able to use all our Zope 2 > Products. I thought basing Zope2.12

Re: [Zope] Zope2.12

2009-12-24 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim Pharis wrote: > Perhaps I'm misunderstanding the implications of basing Zope2.12 > on ZTK eggs. I was under the impression it would allow sites to be > developed in a similar way to how its done in Zope3, ie placing > your site in instance/lib/pyt

Re: [Zope] Zope2.12

2009-12-24 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim Pharis wrote: > I'm trying to wrap my head around what the changes in Zope2.12 can > mean for how I develop in Zope2 now. I've developed things in > Zope3 and am getting stuck attempting the same methods in Zope2.12. > So I see now that etc/ now ha

Re: [Zope] Fork another process from Zope

2009-12-22 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Baiju M wrote: > Hi, Is it possible to fork another process within Zope ? Any > suggestion ? > Not sure about your usecase but we are using multiprocessing.Pool successfully within a Zope application. Andreas -BEGIN PGP SIGNATURE

Re: [Zope] SQL Method running twice

2009-12-15 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Please re-read my answer. Andreas schrieb Justin Dunsworth: > This seems to be happening on more than just one query now... is > there any suggestion on where to look? > > On Thu, Dec 10, 2009 at 1:14 PM, Justin Dunsworth <

  1   2   3   4   5   6   7   8   9   10   >