:20 PM, sharath maddineni
> wrote:
>> does any one know how to use java applet in pylons?
>
> You mean to serve a Java applet to the browser? I haven't done it but
> isn't it just static files? So you'd put the jar or .java file in the
> public directory?
&
does any one know how to use java applet in pylons?
Thanks,
Sharath
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to pylons-disc...@googlegroups.com.
To unsubscribe from this group, send email to
pylon
I am trying to load java applet in a mako file. But it give an error
to display the applet.
I am afraid that java applet is not loaded in the browser. Can any one
tell me how to do this.
I kept the required java class and jar files in the public folder and
in the mako file I used it like this
b async
> 2010/6/6 sharath maddineni
>>
>> Hii all,
>>
>> I am trying to use threading in the controller of pylons application like
>> this
>>
>> class FooController(BaseController):
>> def submitted(self):
>> ...
>>
Hii all,
I am trying to use threading in the controller of pylons application like this
class FooController(BaseController):
def submitted(self):
...
.
.
stdin, stdout, stderr = popen2.popen3("/bin/app-name input-text")
stdout.close()
stdi
sh: SHA224
>
> did you try: yum install zlib/zlib-devel?
>
> On Dec 17, 2009, at 4:54 PM, sharath maddineni wrote:
>
> > I am new to Pylons
> > I succeded in installing pylon on ubuntu.but i am
> > I am trying to install pylons on red hat linux. I install pyth
I am new to Pylons
I succeded in installing pylon on ubuntu.but i am
I am trying to install pylons on red hat linux. I install python 2.6 over
python 2.4 recently.
and I am getting a strange error like
python go-pylons.py mydevenv
Traceback (most recent call last):
File "go-pylons.py", line 1094